This commit is contained in:
Skillz4Killz
2020-12-26 23:35:58 +00:00
committed by GitHub
parent 6e924f4ee6
commit 4f12969cd8
3 changed files with 44 additions and 13 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ export const BASE_URL = "https://discord.com/api";
export const API_VERSION = 8;
/** https://discord.com/developers/docs/reference#user-agent */
export const USER_AGENT = "DiscordBot (https://github.com/discordeno/discordeno, v10)";
export const USER_AGENT =
"DiscordBot (https://github.com/discordeno/discordeno, v10)";
/** https://discord.com/developers/docs/reference#image-formatting-image-base-url */
export const IMAGE_BASE_URL = "https://cdn.discordapp.com/";