fix issue #588
This commit is contained in:
parent
034a8abb69
commit
d19a3af6a3
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ export const execute = async (interaction: ChatInputCommandInteraction) => {
|
|||
}
|
||||
}
|
||||
|
||||
if(!options.getSubcommandGroup()) {
|
||||
return;
|
||||
};
|
||||
|
||||
switch (options.getSubcommandGroup()) {
|
||||
case "roles": {
|
||||
await RolesExecute(interaction);
|
||||
|
|
Loading…
Add table
Reference in a new issue