@ -1,6 +1,6 @@
export const PORT = process.env.PORT || 4000;
export const OAUTH_SCOPE = "identify guilds.join";
export const OAUTH_SCOPE = "identify";
export const API_URL = "https://discord.com/api/v6";