Update discord.ts

very minor
This commit is contained in:
Just a Badly Drawn TABS Dude
2020-10-11 12:46:04 +02:00
committed by GitHub
parent 62eb3ab8aa
commit 2dbf3dfd8b

View File

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