mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
Update discord.ts
very minor
This commit is contained in:
committed by
GitHub
parent
62eb3ab8aa
commit
2dbf3dfd8b
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user