diff --git a/src/constants/discord.ts b/src/constants/discord.ts index fe9a98da6..0c62f6030 100644 --- a/src/constants/discord.ts +++ b/src/constants/discord.ts @@ -1,7 +1,7 @@ let API_VERSION = "v8"; export const baseEndpoints = { - /** Although, the version can be defaulted, keep the v6 as it can be changed to test newer versions when necessary. */ + /** Although, the version can be defaulted, keep the v8 as it can be changed to test newer versions when necessary. */ BASE_URL: `https://discord.com/api/${API_VERSION}`, CDN_URL: "https://cdn.discordapp.com", };