mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
fix: tag command
when there is no subcommand line 42 generates an error
This commit is contained in:
parent
a90f4eba2d
commit
1da289185b
@ -23,7 +23,7 @@ module.exports = class TagCommand extends Command {
|
|||||||
required: true,
|
required: true,
|
||||||
type: Command.option_types.STRING
|
type: Command.option_types.STRING
|
||||||
})),
|
})),
|
||||||
required: false,
|
required: true,
|
||||||
type: Command.option_types.SUB_COMMAND
|
type: Command.option_types.SUB_COMMAND
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user