diff --git a/src/gateway/events/Close.ts b/src/gateway/events/Close.ts index 988f17f..8b8a2d9 100644 --- a/src/gateway/events/Close.ts +++ b/src/gateway/events/Close.ts @@ -28,7 +28,7 @@ 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 },