mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: parse subcommands locales
This commit is contained in:
parent
7ac9135a3c
commit
be68bd45a1
@ -457,6 +457,7 @@ export class CommandHandler extends BaseHandler {
|
||||
}
|
||||
|
||||
parseSubCommandLocales(command: SubCommand) {
|
||||
this.parseGlobalLocales(command);
|
||||
for (const i of command.options ?? []) {
|
||||
this.parseCommandOptionLocales(i);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user