Skip to content

Commit ca09f63

Browse files
authored
Add firebot:cooldown-command to KnownEffectType (#36)
1 parent 36d7db8 commit ca09f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/effects.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ export namespace Effects {
7777
| "firebot:set-user-metadata"
7878
| "firebot:showImage"
7979
| "firebot:showtext"
80-
| "firebot:update-counter";
80+
| "firebot:update-counter"
81+
| "firebot:cooldown-command";
8182

8283
type Effect<T = KnownEffectType> = {
8384
id?: string;

0 commit comments

Comments
 (0)