Skip to content

Commit 258134b

Browse files
authored
Merge pull request #19 from crowbartools/Subcommand-fixes
2 parents c10e0e1 + 386f582 commit 258134b

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
@@ -29,6 +29,7 @@ type RestrictionData = {
2929

3030
export type SubCommand = BasicCommandDefinition & {
3131
arg: string;
32+
usage: string;
3233
regex?: boolean;
3334
fallback?: boolean;
3435
};

0 commit comments

Comments
 (0)