Add permissions to invite link

This commit is contained in:
Max Isom 2020-10-24 14:22:30 -04:00
parent e103282cd7
commit 30c8068363
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -96,7 +96,7 @@ export default class {
}); });
this.client.on('ready', async () => { this.client.on('ready', async () => {
console.log(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.clientId}&scope=bot`); console.log(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.clientId}&scope=bot&permissions=36760640`);
}); });
this.client.on('error', console.error); this.client.on('error', console.error);