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

index 95e991ad..3d8e187b 100644 --- a/src/webrtc/opcodes/Heartbeat.ts +++ b/src/webrtc/opcodes/Heartbeat.ts
@@ -22,7 +22,7 @@ import { Send, setHeartbeat, WebSocket, -} from "@fosscord/gateway"; +} from "@spacebar/gateway"; import { VoiceOPCodes } from "../util"; export async function onHeartbeat(this: WebSocket, data: Payload) {