diff --git a/src/commands/invite.ts b/src/commands/invite.ts index 88ff6298..d266d8f7 100644 --- a/src/commands/invite.ts +++ b/src/commands/invite.ts @@ -19,10 +19,16 @@ module.exports = class extends SlashCommand { title: "OurTube invite links", description: stripIndents` [Recommended](${client.generateInvite({ - scopes: ["bot"] + scopes: [ + "bot", + "applications.commands" + ] })}) [Admin](${client.generateInvite({ - scopes: ["bot"], + scopes: [ + "bot", + "applications.commands" + ], permissions: ["ADMINISTRATOR"] })}) `