From ac84431cc2d85d2510a19c2726a6eb3d7ae3fc9c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 29 Aug 2021 16:58:37 +0200 Subject: fix util --- util/src/interfaces/Event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/src/interfaces/Event.ts') diff --git a/util/src/interfaces/Event.ts b/util/src/interfaces/Event.ts index bab6f4dc..e855095c 100644 --- a/util/src/interfaces/Event.ts +++ b/util/src/interfaces/Event.ts @@ -515,4 +515,4 @@ export type EVENT = | "RELATIONSHIP_REMOVE" | CUSTOMEVENTS; -export type CUSTOMEVENTS = "INVALIDATED"; +export type CUSTOMEVENTS = "INVALIDATED" | "RATELIMIT"; -- cgit 1.5.1