aboutsummaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-03-12 18:41:53 -0500
committerGitHub <[email protected]>2022-03-12 17:41:53 -0600
commit20eaed4a16eeb9eec44a38a1f176711591ce342f (patch)
tree208d3a8c863605b9afab63fb62fe58b1a8c170cc /src/bot.ts
parente1589c30131cc68f4c846bd8e5c77a8a3c3c559b (diff)
downloadmuse-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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 0a041ec..5803a64 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -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);