enable invite when user installed

This commit is contained in:
Supositware 2024-07-08 23:50:20 +02:00
parent 8c6b06a3d0
commit fe641132da

View file

@ -8,6 +8,7 @@ export default {
.setDescription('The bot you want to make an invite link for.') .setDescription('The bot you want to make an invite link for.')
.setRequired(false)), .setRequired(false)),
category: 'utility', category: 'utility',
integration_types: [0, 1],
async execute(interaction, args, client) { async execute(interaction, args, client) {
if (args.bot) { if (args.bot) {
if (args.bot.user.bot) { if (args.bot.user.bot) {