mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-23 09:15:29 +01:00
Fix invite scope
This commit is contained in:
parent
c20e3b1760
commit
83fa78e9fa
|
@ -112,7 +112,7 @@ export default class {
|
||||||
this.client.once('ready', () => {
|
this.client.once('ready', () => {
|
||||||
debug(generateDependencyReport());
|
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);
|
this.client.on('error', console.error);
|
||||||
|
|
Loading…
Reference in a new issue