We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de4b17 commit 8f4fe0bCopy full SHA for 8f4fe0b
src/commands/slash-commands/slash-command.discovery.ts
@@ -69,7 +69,7 @@ export class SlashCommandDiscovery extends CommandDiscovery<SlashCommandMeta> {
69
depth === 2
70
? interaction.options.getSubcommand(true)
71
: interaction.options.getSubcommandGroup(false) ??
72
- interaction.options.getSubcommand(true);
+ interaction.options.getSubcommand(true);
73
74
return this.subcommands.get(commandName)?.execute(interaction, depth + 1);
75
}
0 commit comments