Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Update invite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Adivise committed Dec 3, 2021
1 parent 938fe6e commit 0d7b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Utilities/invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
new MessageButton()
.setLabel("Invite")
.setStyle("LINK")
.setURL(`https://discordapp.com/oauth2/authorize?client_id=${client.user.id}&scope=bot&permissions=8`)
.setURL(`https://discord.com/oauth2/authorize?client_id=${client.user.id}&permissions=8&scope=bot%20applications.commands`)
.setEmoji("🔗")
)
.addComponents(
Expand Down

0 comments on commit 0d7b7d7

Please sign in to comment.