Skip to content

Commit

Permalink
Set Discord to Prompt = None (#605)
Browse files Browse the repository at this point in the history
* Update discord.js

* Migrating from discordapp.com to discord.com
  • Loading branch information
anishanne committed Sep 1, 2020
1 parent a2ba7e9 commit 08d7f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/discord.js
Expand Up @@ -8,7 +8,7 @@ export default (options) => {
params: { grant_type: 'authorization_code' },
accessTokenUrl: 'https://discord.com/api/oauth2/token',
authorizationUrl:
'https://discord.com/api/oauth2/authorize?response_type=code&prompt=consent',
'https://discord.com/api/oauth2/authorize?response_type=code&prompt=none',
profileUrl: 'https://discord.com/api/users/@me',
profile: (profile) => {
return {
Expand Down

1 comment on commit 08d7f5d

@vercel
Copy link

@vercel vercel bot commented on 08d7f5d Sep 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.