diff --git a/src/constants/discord.ts b/src/constants/discord.ts index 3d2b1f881..b4559f6ea 100644 --- a/src/constants/discord.ts +++ b/src/constants/discord.ts @@ -1,5 +1,5 @@ export const baseEndpoints = { - BASE_URL: `https://discord.com/api/V8`, + BASE_URL: `https://discord.com/api/v8`, CDN_URL: "https://cdn.discordapp.com", };