diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index 322b427c8..a46b05130 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) {