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 e745e19 commit e2aaf52Copy full SHA for e2aaf52
types/Interaction.d.ts
@@ -56,7 +56,7 @@ export class BaseInteraction {
56
coolDown?: {
57
type: cooldownType;
58
amount: number;
59
- };
+ } | number;
60
guildOnly?: boolean;
61
options?: CustomApplicationCommandOptionData[];
62
defaultPermission?: boolean;
0 commit comments