Merge branch 'feature/slash-commands' into feature/slash-commands

This commit is contained in:
Federico Rapetti 20018955 2022-01-10 20:24:23 +01:00 committed by GitHub
commit 1a1e90a642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,8 +139,8 @@ export default class {
); );
}); });
} }
spinner.succeed(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.client.user?.id ?? ''}&scope=applications.commands%20bot&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); this.client.on('error', console.error);