summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-27 19:30:20 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-27 19:30:20 +1000
commit8041c6996082d5e5172a656865d2b87a717f9677 (patch)
treee3945a2cce7bb055e55114ac674c616bb317f732
parentDon't fetch all members in guild in Member.addToGuild (diff)
downloadserver-8041c6996082d5e5172a656865d2b87a717f9677.tar.xz
Set tutorial to null
-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