summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-02-17 18:54:16 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-02-17 18:54:16 +1100
commitd491bcd8bed78703331bc6550cf3d52e3647e764 (patch)
treeaf0eb8e0514c7b903a040fa75ed74fd0825079ab /bundle/package.json
parentMerge branch 'master' into maddyrtc (diff)
downloadserver-ts-d491bcd8bed78703331bc6550cf3d52e3647e764.tar.xz
Discord.js gateway connection when connecting to voice will close 4002 decode error due to not sending self_video field. temp solution: remove it from server.
this commit will probably be reverted later; I'm just trying to see if a proper ( not self signed ) SSL cert on slowcord.maddy.k.vu will fix this SSL error I'm receiving.
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/package.json b/bundle/package.json

index 8915665d..4dec60ee 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -64,6 +64,7 @@ "@fosscord/gateway": "file:../gateway", "@sentry/node": "^6.16.1", "@sentry/tracing": "^6.16.1", + "@yukikaze-bot/erlpack": "^1.0.1", "ajv": "8.6.2", "ajv-formats": "^2.1.1", "amqplib": "^0.8.0",