From fe641132da336f79032b6b316e477debe13dd54f Mon Sep 17 00:00:00 2001 From: Supositware Date: Mon, 8 Jul 2024 23:50:20 +0200 Subject: [PATCH] enable invite when user installed --- commands/utility/invite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/utility/invite.js b/commands/utility/invite.js index 9bab98d..b2fc560 100644 --- a/commands/utility/invite.js +++ b/commands/utility/invite.js @@ -8,6 +8,7 @@ export default { .setDescription('The bot you want to make an invite link for.') .setRequired(false)), category: 'utility', + integration_types: [0, 1], async execute(interaction, args, client) { if (args.bot) { if (args.bot.user.bot) {