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-20 18:30:17 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-20 18:30:17 +1000
commitd35f7b7fcf0a18904e4372dfeaa8b297d4d2ffdc (patch)
treefc043057061b1264800cb6899fc9aec4ad1c08fc /util/src/interfaces/Event.ts
parentTrying my hand at implementing desktop voice, magic packets courtesy of that ... (diff)
parentTry catch cpu log (diff)
downloadserver-ts-d35f7b7fcf0a18904e4372dfeaa8b297d4d2ffdc.tar.xz
Merge branch 'master' into maddyrtc
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"