enable invite when user installed

Slash-V14
Supositware 2 months ago
parent 8c6b06a3d0
commit fe641132da

@ -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) {

Loading…
Cancel
Save