fix: remove extra slash from IMAGE_BASE_URL (#274)

Removed the extra slash at the end since the usage of this variable always add the slash after the constant.
This commit is contained in:
TriForMine
2020-12-27 11:33:37 +01:00
committed by GitHub
parent 2dbe51925f
commit d5c19e50f0

View File

@@ -12,7 +12,7 @@ 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/";
export const IMAGE_BASE_URL = "https://cdn.discordapp.com";
// This can be modified by big brain bots and use a proxy
export const baseEndpoints = {