fix: change discord module ‘discordapp.com’ to ‘discord.com’ (#2117)
This commit is contained in:
parent
284f4aa25b
commit
ea3962d143
@ -13,7 +13,7 @@ module.exports = {
|
|||||||
new DiscordStrategy({
|
new DiscordStrategy({
|
||||||
clientID: conf.clientId,
|
clientID: conf.clientId,
|
||||||
clientSecret: conf.clientSecret,
|
clientSecret: conf.clientSecret,
|
||||||
authorizationURL: 'https://discordapp.com/api/oauth2/authorize?prompt=none',
|
authorizationURL: 'https://discord.com/api/oauth2/authorize?prompt=none',
|
||||||
callbackURL: conf.callbackURL,
|
callbackURL: conf.callbackURL,
|
||||||
scope: 'identify email guilds'
|
scope: 'identify email guilds'
|
||||||
}, async (accessToken, refreshToken, profile, cb) => {
|
}, async (accessToken, refreshToken, profile, cb) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user