This commit is contained in:
Axel Olausson Holtenäs 2023-01-21 17:04:31 +01:00 committed by Vermium Sifell
parent 034a8abb69
commit d19a3af6a3

View file

@ -35,6 +35,10 @@ export const execute = async (interaction: ChatInputCommandInteraction) => {
}
}
if(!options.getSubcommandGroup()) {
return;
};
switch (options.getSubcommandGroup()) {
case "roles": {
await RolesExecute(interaction);