aboutsummaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
authorKuilin Li <[email protected]>2021-09-12 23:08:33 +0000
committerKuilin Li <[email protected]>2021-09-12 23:56:45 +0000
commit257191b1837c0a051c8aae3000dfac039b4d3c1b (patch)
treed8c6b12cf65fcfa6c8332398508709cac13fcd77 /src/bot.ts
parentbd1d026d7209bc8bd2bcb4f5997c86a7c3833df1 (diff)
downloadmuse-257191b1837c0a051c8aae3000dfac039b4d3c1b.tar.xz
muse-257191b1837c0a051c8aae3000dfac039b4d3c1b.zip
Remove Manage Messages perms requirement by only deleting own reactions
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 61c0271..1b8f8dd 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&permissions=36760640`);
+ console.log(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.clientId}&scope=bot&permissions=36752448`);
});
this.client.on('error', console.error);