Unverified Commit ea3962d1 authored by Maho Hiyajo's avatar Maho Hiyajo Committed by GitHub

fix: change discord module ‘discordapp.com’ to ‘discord.com’ (#2117)

parent 284f4aa2
......@@ -13,7 +13,7 @@ module.exports = {
new DiscordStrategy({
clientID: conf.clientId,
clientSecret: conf.clientSecret,
authorizationURL: 'https://discordapp.com/api/oauth2/authorize?prompt=none',
authorizationURL: 'https://discord.com/api/oauth2/authorize?prompt=none',
callbackURL: conf.callbackURL,
scope: 'identify email guilds'
}, async (accessToken, refreshToken, profile, cb) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment