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", };