Fix invite scope

This commit is contained in:
Max Isom 2021-12-27 22:58:22 -06:00
parent c20e3b1760
commit 83fa78e9fa
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -112,7 +112,7 @@ export default class {
this.client.once('ready', () => {
debug(generateDependencyReport());
spinner.succeed(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.client.user?.id ?? ''}&scope=bot&permissions=2184236096`);
spinner.succeed(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.client.user?.id ?? ''}&scope=bot%20applications.commands&permissions=2184236096`);
});
this.client.on('error', console.error);