Skip to content

Commit 8f4fe0b

Browse files
committed
style: lint
1 parent 2de4b17 commit 8f4fe0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/slash-commands/slash-command.discovery.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class SlashCommandDiscovery extends CommandDiscovery<SlashCommandMeta> {
6969
depth === 2
7070
? interaction.options.getSubcommand(true)
7171
: interaction.options.getSubcommandGroup(false) ??
72-
interaction.options.getSubcommand(true);
72+
interaction.options.getSubcommand(true);
7373

7474
return this.subcommands.get(commandName)?.execute(interaction, depth + 1);
7575
}

0 commit comments

Comments
 (0)