From 2eea409447bec7c3cf212b3815c8f8c461cb54fb Mon Sep 17 00:00:00 2001 From: murdle Date: Wed, 17 Dec 2025 22:02:43 +0200 Subject: [PATCH] i hate folders 2 --- src/gateway/opcodes/Identify.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index 6892e17f..319635c4 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -539,8 +539,6 @@ export async function onIdentify(this: WebSocket, data: Payload) { }); const remapReadStateIdsTime = taskSw.getElapsedAndReset(); - user.settings.guild_folders = []; - const d: ReadyEventData = { v: 9, application: application ? { id: application.id, flags: application.flags } : undefined,