summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-01-16 02:37:38 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-01-16 02:38:43 +1100
commit1569fec0cf23442b176b2a9a775208349aa719ed (patch)
treef36aff30a3d5e82f569fa7815c83a33a3066c7d3 /util
parentFix typo in commit 277b28c (diff)
downloadserver-1569fec0cf23442b176b2a9a775208349aa719ed.tar.xz
boilerplate stuff
Diffstat (limited to 'util')
-rw-r--r--util/src/util/Constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/src/util/Constants.ts b/util/src/util/Constants.ts
index 5fdf5bc0..a1892105 100644
--- a/util/src/util/Constants.ts
+++ b/util/src/util/Constants.ts
@@ -73,7 +73,10 @@ export const VoiceOPCodes = {
 	HEARTBEAT: 3,
 	SESSION_DESCRIPTION: 4,
 	SPEAKING: 5,
+	HEARTBEAT_ACK: 6,
+	RESUME: 7,
 	HELLO: 8,
+	RESUMED: 9,
 	CLIENT_CONNECT: 12,
 	CLIENT_DISCONNECT: 13,
 };