summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-13 11:11:00 -0600
committerRory& <root@rory.gay>2026-02-14 17:59:21 +0100
commit842c37b712bd553cebd490a3d84dc8bc877310b7 (patch)
treece896bcca1971541a36b94bfb4ec26e39e78f593
parentTry to enforce channel limts? (diff)
downloadserver-ts-842c37b712bd553cebd490a3d84dc8bc877310b7.tar.xz
add keys to make bot libs happy
-rw-r--r--src/gateway/opcodes/Identify.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts

index 322b427c..a46b0513 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts
@@ -475,6 +475,8 @@ export async function onIdentify(this: WebSocket, data: Payload) { member, }; }), + guild_scheduled_events: [], + presences: [], }; if (user.bot) {