From a48231041b3f533f9d26be6e68ed1cadaea93495 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 15 Feb 2022 10:25:42 +0000 Subject: [PATCH] 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 --- lib/auth/discord_authenticator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/discord_authenticator.rb b/lib/auth/discord_authenticator.rb index 0d54f24bc06..429ef0bb46f 100644 --- a/lib/auth/discord_authenticator.rb +++ b/lib/auth/discord_authenticator.rb @@ -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'