We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee384b commit 6869fc3Copy full SHA for 6869fc3
endpoints/endpoints.go
@@ -35,6 +35,7 @@ var Cern = oauth2.Endpoint{
35
TokenURL: "https://oauth.web.cern.ch/OAuth/Token",
36
}
37
38
+// Discord is the endpoint for Discord.
39
var Discord = oauth2.Endpoint{
40
AuthURL: "https://discord.com/oauth2/authorize",
41
TokenURL: "https://discord.com/api/oauth2/token",
0 commit comments