DEV: Update Discord API domain (#15953)

`discordapp.com` is being deprecated in favour of `discord.com`: https://github.com/discord/discord-api-docs/discussions/4510
This commit is contained in:
David Taylor 2022-02-15 10:25:42 +00:00 committed by GitHub
parent 4086ee551e
commit a48231041b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ class Auth::DiscordAuthenticator < Auth::ManagedAuthenticator
option :scope, 'identify email guilds'
option :client_options,
site: 'https://discordapp.com/api',
site: 'https://discord.com/api',
authorize_url: 'oauth2/authorize',
token_url: 'oauth2/token'