enable invite when user installed
This commit is contained in:
parent
8c6b06a3d0
commit
fe641132da
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue