summary refs log tree commit diff
path: root/webrtc/src/opcodes/BackendVersion.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/src/opcodes/BackendVersion.ts')
-rw-r--r--webrtc/src/opcodes/BackendVersion.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/webrtc/src/opcodes/BackendVersion.ts b/webrtc/src/opcodes/BackendVersion.ts
deleted file mode 100644

index b4b61c7d..00000000 --- a/webrtc/src/opcodes/BackendVersion.ts +++ /dev/null
@@ -1,6 +0,0 @@ -import { Payload, Send, WebSocket } from "@fosscord/gateway"; -import { VoiceOPCodes } from "../util"; - -export async function onBackendVersion(this: WebSocket, data: Payload) { - await Send(this, { op: VoiceOPCodes.VOICE_BACKEND_VERSION, d: { voice: "0.8.43", rtc_worker: "0.3.26" } }); -} \ No newline at end of file