diff options
| author | Federico Rapetti 20018955 <[email protected]> | 2022-01-10 20:24:23 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-10 20:24:23 +0100 |
| commit | 1a1e90a6428ac333c90a241feb265a08e851ec6b (patch) | |
| tree | 8acfc1f849f2f45e4f90b1d7c602dfa93711ec64 | |
| parent | e4a4b523243337a474a39e2386bed6578f97bb83 (diff) | |
| parent | 83fa78e9fad8a217b7eaef28903d388e53854cf2 (diff) | |
| download | muse-1a1e90a6428ac333c90a241feb265a08e851ec6b.tar.xz muse-1a1e90a6428ac333c90a241feb265a08e851ec6b.zip | |
Merge branch 'feature/slash-commands' into feature/slash-commands
| -rw-r--r-- | src/bot.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
