fix: Remove trailining slash from CDN

master
ALI Hamza 2021-10-08 07:16:40 +07:00
parent 4c53043c4b
commit 9bf1554fd1
Signed by: hamza
GPG Key ID: 22473A32291F8CB6
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ export const OAUTH_SCOPE = "identify guilds.join";
export const API_URL = "https://discord.com/api/v6";
export const CDN_URL = "https://cdn.discordapp.com/";
export const CDN_URL = "https://cdn.discordapp.com";
export const cancelString =
'You can cancel this at any time by saying "cancel".';