Skip to content

Commit e2aaf52

Browse files
committed
Update Interaction.d.ts
1 parent e745e19 commit e2aaf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/Interaction.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class BaseInteraction {
5656
coolDown?: {
5757
type: cooldownType;
5858
amount: number;
59-
};
59+
} | number;
6060
guildOnly?: boolean;
6161
options?: CustomApplicationCommandOptionData[];
6262
defaultPermission?: boolean;

0 commit comments

Comments
 (0)