summary refs log tree commit diff
path: root/src/util/WebSocket.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/WebSocket.ts')
-rw-r--r--src/util/WebSocket.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/WebSocket.ts b/src/util/WebSocket.ts

index 10b8348f..5d107d9c 100644 --- a/src/util/WebSocket.ts +++ b/src/util/WebSocket.ts
@@ -3,7 +3,7 @@ import WS, { Server, Data } from "ws"; interface WebSocket extends WS { version: number; - userid: bigint; + user_id: bigint; encoding: "etf" | "json"; compress?: "zlib-stream"; heartbeatTimeout: NodeJS.Timeout;