Merge pull request #262 from discordeno/getters

feat: implement getters
This commit is contained in:
Skillz4Killz
2020-12-26 18:37:55 -05:00
committed by GitHub
15 changed files with 899 additions and 118 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ export const API_VERSION = 8;
export const GATEWAY_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/";