summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/gateway/opcodes/Identify.ts1
1 files changed, 1 insertions, 0 deletions
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