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