Skip to content

Commit 545c0d3

Browse files
committed
chore: add aliases to command definition
1 parent b6fa4fd commit 545c0d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/modules/command-manager.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export type CommandDefinition = {
7979
options?: Record<string, any> | undefined;
8080
subCommands?: SubCommand[] | undefined;
8181
fallbackSubcommand?: SubCommand | undefined;
82+
aliases?: string[] | undefined;
8283
};
8384

8485
type UserCommand = {

0 commit comments

Comments
 (0)