diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-02-01 13:00:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 13:00:04 +1100 |
commit | da2086696784f4d4d82eb853630e4d94662661dd (patch) | |
tree | c8bf2c3b587844f7993d76db555d70f2dbfa0d2b /src/webrtc | |
parent | use print instead of console.log in client cache so it doesn't output weirdness (diff) | |
download | server-da2086696784f4d4d82eb853630e4d94662661dd.tar.xz |
Use erlpack instead of @yukikaze-bot/erlpack (#968)
Diffstat (limited to 'src/webrtc')
-rw-r--r-- | src/webrtc/events/Connection.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/webrtc/events/Connection.ts b/src/webrtc/events/Connection.ts index 0971bc19..c362c97a 100644 --- a/src/webrtc/events/Connection.ts +++ b/src/webrtc/events/Connection.ts @@ -23,10 +23,6 @@ import WS from "ws"; import { VoiceOPCodes } from "../util"; import { onClose } from "./Close"; import { onMessage } from "./Message"; -var erlpack: any; -try { - erlpack = require("@yukikaze-bot/erlpack"); -} catch (error) {} // TODO: check rate limit // TODO: specify rate limit in config |