mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Update Bot Requested Permissions
This commit is contained in:
parent
c6379bee9a
commit
217da0a524
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue