From 0bf59ee28adc81b2b91585f1bdd1ae1cb951e6b1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 4 Sep 2021 17:59:29 +0200 Subject: :arrow_up: update test client --- gateway/src/opcodes/Identify.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gateway/src/opcodes') diff --git a/gateway/src/opcodes/Identify.ts b/gateway/src/opcodes/Identify.ts index adfd98da..95db7f3d 100644 --- a/gateway/src/opcodes/Identify.ts +++ b/gateway/src/opcodes/Identify.ts @@ -147,7 +147,9 @@ export async function onIdentify(this: WebSocket, data: Payload) { // @ts-ignore guilds: guilds.map((x) => { // @ts-ignore - x.guild_hashes = {}; + x.guild_hashes = {}; // @ts-ignore + x.guild_scheduled_events = []; // @ts-ignore + x.threads = []; return x; }), guild_experiments: [], // TODO -- cgit 1.5.1