diff options
| author | Max Isom <[email protected]> | 2022-03-12 18:41:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-12 17:41:53 -0600 |
| commit | 20eaed4a16eeb9eec44a38a1f176711591ce342f (patch) | |
| tree | 208d3a8c863605b9afab63fb62fe58b1a8c170cc /src/bot.ts | |
| parent | e1589c30131cc68f4c846bd8e5c77a8a3c3c559b (diff) | |
| download | muse-20eaed4a16eeb9eec44a38a1f176711591ce342f.tar.xz muse-20eaed4a16eeb9eec44a38a1f176711591ce342f.zip | |
Allow member who invited Muse to do initial setup (#561)
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ export default class { spinner.text = '📡 updating permissions...'; await Promise.all(this.client.guilds.cache.map(async guild => updatePermissionsForGuild(guild))); - spinner.succeed(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.client.user?.id ?? ''}&scope=bot%20applications.commands&permissions=36700160`); + spinner.succeed(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.client.user?.id ?? ''}&scope=bot%20applications.commands&permissions=36700288`); }); this.client.on('error', console.error); |
