From 2dbf3dfd8b6ae07c69cbd1c4774aad22a2243b7b Mon Sep 17 00:00:00 2001 From: Just a Badly Drawn TABS Dude <45307955+Suyashtnt@users.noreply.github.com> Date: Sun, 11 Oct 2020 12:46:04 +0200 Subject: [PATCH] Update discord.ts very minor --- src/constants/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", };