Skip to content

Commit 6e60529

Browse files
committed
fix: remove cooldowns (not used)
1 parent 7925682 commit 6e60529

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types/commands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export interface MessageCommandOptions {
6565
category?: string
6666
args?: CommandArg[]
6767
preconditions?: string[]
68-
cooldown?: number
6968
}
7069

7170
export interface SlashCommandOptions {
@@ -77,7 +76,6 @@ export interface SlashCommandOptions {
7776
nsfw?: boolean
7877
userPermissions?: PermissionsString[]
7978
preconditions?: string[]
80-
cooldown?: number
8179
}
8280

8381
export type CommandOptions<Slash extends boolean> = Slash extends true

0 commit comments

Comments
 (0)