fix: parse subcommands locales

This commit is contained in:
MARCROCK22 2024-11-23 20:18:59 -04:00
parent 7ac9135a3c
commit be68bd45a1

View File

@ -457,6 +457,7 @@ export class CommandHandler extends BaseHandler {
}
parseSubCommandLocales(command: SubCommand) {
this.parseGlobalLocales(command);
for (const i of command.options ?? []) {
this.parseCommandOptionLocales(i);
}