We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7925682 commit 6e60529Copy full SHA for 6e60529
src/types/commands.ts
@@ -65,7 +65,6 @@ export interface MessageCommandOptions {
65
category?: string
66
args?: CommandArg[]
67
preconditions?: string[]
68
- cooldown?: number
69
}
70
71
export interface SlashCommandOptions {
@@ -77,7 +76,6 @@ export interface SlashCommandOptions {
77
76
nsfw?: boolean
78
userPermissions?: PermissionsString[]
79
80
81
82
83
export type CommandOptions<Slash extends boolean> = Slash extends true
0 commit comments