From 217da0a5244c9a207251d0f0b73354acbea65201 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 13 Sep 2023 16:11:27 -0400 Subject: [PATCH] Update Bot Requested Permissions --- commands/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/invite.js b/commands/invite.js index a53a2d0..bbe7234 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -13,6 +13,6 @@ module.exports = { .setName('invite') .setDescription(`Invite ${botName} to your own server`), async execute(interaction) { - await interaction.reply({ content: `Use this link to invite ${botName} (That's me!) to your own server!\nhttps://discord.com/oauth2/authorize?client_id=${clientId}&permissions=274877908992&scope=bot%20applications.commands`, ephemeral: true }); + await interaction.reply({ content: `Use this link to invite ${botName} (That's me!) to your own server!\nhttps://discord.com/oauth2/authorize?client_id=${clientId}&permissions=275146345472&scope=bot%20applications.commands`, ephemeral: true }); }, }; \ No newline at end of file