From f8124dc2f47fc543b8eb95dff97b51a2dc31703a Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 6 Mar 2026 02:27:23 +0100 Subject: [PATCH] oooops --- src/gateway/events/Close.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/events/Close.ts b/src/gateway/events/Close.ts index 988f17fa4..8b8a2d96c 100644 --- a/src/gateway/events/Close.ts +++ b/src/gateway/events/Close.ts @@ -28,7 +28,7 @@ export async function Close(this: WebSocket, code: number, reason: Buffer) { this.removeAllListeners(); if (this.session_id) { - await Session.delete({ session_id: this.session_id }); + // await Session.delete({ session_id: this.session_id }); const voiceState = await VoiceState.findOne({ where: { user_id: this.user_id },