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

index 00000000..5cc66506 --- /dev/null +++ b/webrtc/src/opcodes/Connect.ts
@@ -0,0 +1,5 @@ +import { WebSocket } from "@fosscord/gateway"; +import { Payload } from "./index"; + +export async function onConnect(socket: WebSocket, data: Payload) { +} \ No newline at end of file