aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-10-24 14:22:30 -0400
committerMax Isom <[email protected]>2020-10-24 14:22:30 -0400
commit30c80683638c76607e5eaf3d2dfb1be0c8534d82 (patch)
tree70d3b2026b78e019b546606af3a7d4397a7976ac
parente103282cd7c283ba1c7fe9c92b2bd8feaed5b120 (diff)
downloadmuse-30c80683638c76607e5eaf3d2dfb1be0c8534d82.tar.xz
muse-30c80683638c76607e5eaf3d2dfb1be0c8534d82.zip
Add permissions to invite link
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 2345a25..61c0271 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -96,7 +96,7 @@ export default class {
});
this.client.on('ready', async () => {
- console.log(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.clientId}&scope=bot`);
+ console.log(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.clientId}&scope=bot&permissions=36760640`);
});
this.client.on('error', console.error);