summary refs log tree commit diff
path: root/webrtc/src/opcodes/Connect.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-01-16 03:35:30 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-01-16 03:35:30 +1100
commitaa0357e06015a900aa6757ab9b0eef968eb02052 (patch)
tree7e9ad9197512fd9ff9edbed02076d2eb03375ad9 /webrtc/src/opcodes/Connect.ts
parentboilerplate stuff (diff)
downloadserver-aa0357e06015a900aa6757ab9b0eef968eb02052.tar.xz
messing around with things I don't understand
Diffstat (limited to '')
-rw-r--r--webrtc/src/opcodes/Connect.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/webrtc/src/opcodes/Connect.ts b/webrtc/src/opcodes/Connect.ts

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