We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d7db8 commit ca09f63Copy full SHA for ca09f63
1 file changed
types/effects.d.ts
@@ -77,7 +77,8 @@ export namespace Effects {
77
| "firebot:set-user-metadata"
78
| "firebot:showImage"
79
| "firebot:showtext"
80
- | "firebot:update-counter";
+ | "firebot:update-counter"
81
+ | "firebot:cooldown-command";
82
83
type Effect<T = KnownEffectType> = {
84
id?: string;
0 commit comments