From 8e68c6a3da8d198352d2c5c04aecb73899a6923e Mon Sep 17 00:00:00 2001 From: Skillz Date: Sat, 23 May 2020 10:20:15 -0400 Subject: [PATCH] update discord url --- constants/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/discord.ts b/constants/discord.ts index 6bf1a9431..e20703f1e 100644 --- a/constants/discord.ts +++ b/constants/discord.ts @@ -1,6 +1,6 @@ export const baseEndpoints = { /** Although, the version can be defaulted, keep the v6 as it can be changed to test newer versions when necessary. */ - BASE_URL: "https://discordapp.com/api/v6", + BASE_URL: "https://discord.com/api/v6", CDN_URL: "https://cdn.discordapp.com", };