aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Rapetti 20018955 <[email protected]>2022-01-10 20:24:23 +0100
committerGitHub <[email protected]>2022-01-10 20:24:23 +0100
commit1a1e90a6428ac333c90a241feb265a08e851ec6b (patch)
tree8acfc1f849f2f45e4f90b1d7c602dfa93711ec64
parente4a4b523243337a474a39e2386bed6578f97bb83 (diff)
parent83fa78e9fad8a217b7eaef28903d388e53854cf2 (diff)
downloadmuse-1a1e90a6428ac333c90a241feb265a08e851ec6b.tar.xz
muse-1a1e90a6428ac333c90a241feb265a08e851ec6b.zip
Merge branch 'feature/slash-commands' into feature/slash-commands
-rw-r--r--src/bot.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bot.ts b/src/bot.ts
index bcd6c20..b2e591b 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -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);