refactor: remove guilds.join intent

master
ALI Hamza 2021-10-12 22:01:08 +07:00
parent 9bf1554fd1
commit cfd0b08ece
Signed by: hamza
GPG Key ID: 22473A32291F8CB6
1 changed files with 1 additions and 1 deletions

@ -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";