summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-05 21:29:08 -0600
committerMathMan05 <mathmanrm@gmail.com>2026-02-05 21:29:08 -0600
commit3a5009f7c798f8f1b64b38110b6b8a81c804a8a7 (patch)
tree42265045ff68c9c895a3d69282e9c91011abfeac /src
parentfix merge conflic (diff)
downloadserver-ts-tmp-master.tar.xz
shoot, screwed up the merge conflict tmp-master
Diffstat (limited to '')
-rw-r--r--src/gateway/opcodes/Identify.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts

index 20cb8094c..322b427c8 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts
@@ -462,11 +462,6 @@ export async function onIdentify(this: WebSocket, data: Payload) { }) .sort((a, b) => a.position - b.position); - if (user.bot) { - pending_guilds.push(member.guild); - return { id: member.guild.id, unavailable: true }; - } - const threads: Channel[] = allThreads.filter((_) => _.guild_id === member.guild_id); const guildjson = {