We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c10e0e1 + 386f582 commit 258134bCopy full SHA for 258134b
1 file changed
types/modules/command-manager.d.ts
@@ -29,6 +29,7 @@ type RestrictionData = {
29
30
export type SubCommand = BasicCommandDefinition & {
31
arg: string;
32
+ usage: string;
33
regex?: boolean;
34
fallback?: boolean;
35
};
0 commit comments