diff options
| author | Max Isom <[email protected]> | 2020-10-24 14:22:30 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-10-24 14:22:30 -0400 |
| commit | 30c80683638c76607e5eaf3d2dfb1be0c8534d82 (patch) | |
| tree | 70d3b2026b78e019b546606af3a7d4397a7976ac | |
| parent | e103282cd7c283ba1c7fe9c92b2bd8feaed5b120 (diff) | |
| download | muse-30c80683638c76607e5eaf3d2dfb1be0c8534d82.tar.xz muse-30c80683638c76607e5eaf3d2dfb1be0c8534d82.zip | |
Add permissions to invite link
| -rw-r--r-- | src/bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
