summary refs log tree commit diff
path: root/util/src/interfaces/Event.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-10 22:05:07 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-10 22:05:07 +1000
commitf9643781140687fcd7c22aab6de38a42493b41ef (patch)
tree8851bfe9ef2b05f7c128ec35468d9d7718c33cf0 /util/src/interfaces/Event.ts
parentfixed migration? (diff)
parentUpdate Guild.ts (diff)
downloadserver-f9643781140687fcd7c22aab6de38a42493b41ef.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to 'util/src/interfaces/Event.ts')
-rw-r--r--util/src/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/interfaces/Event.ts b/util/src/interfaces/Event.ts

index a5253c09..416082ed 100644 --- a/util/src/interfaces/Event.ts +++ b/util/src/interfaces/Event.ts
@@ -623,6 +623,7 @@ export type EVENT = | "PRESENCE_UPDATE" | "TYPING_START" | "USER_UPDATE" + | "USER_NOTE_UPDATE" | "WEBHOOKS_UPDATE" | "INTERACTION_CREATE" | "VOICE_STATE_UPDATE"