|
|
@ -4,7 +4,7 @@ export const OAUTH_SCOPE = "identify guilds.join";
|
|
|
|
|
|
|
|
|
|
|
|
export const API_URL = "https://discord.com/api/v6";
|
|
|
|
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 =
|
|
|
|
export const cancelString =
|
|
|
|
'You can cancel this at any time by saying "cancel".';
|
|
|
|
'You can cancel this at any time by saying "cancel".';
|
|
|
|