From 7b572f4591f67383c7915811110b8a2ad94b6f1c Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:30:20 +1000 Subject: Set tutorial to null --- src/gateway/opcodes/Identify.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index c5c78f1a..6e65dd44 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -293,6 +293,7 @@ export async function onIdentify(this: WebSocket, data: Payload) { // shard // TODO: only for user sharding sessions: [], // TODO: presences: [], // TODO: + tutorial: null, }; // TODO: send real proper data structure -- cgit 1.5.1