diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-27 19:30:20 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-27 19:30:20 +1000 |
commit | 7b572f4591f67383c7915811110b8a2ad94b6f1c (patch) | |
tree | 5a4f387a795b6e553408fd003f1a8720a3faace0 | |
parent | Don't fetch all members in guild in Member.addToGuild (diff) | |
download | server-7b572f4591f67383c7915811110b8a2ad94b6f1c.tar.xz |
Set tutorial to null
-rw-r--r-- | src/gateway/opcodes/Identify.ts | 1 |
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 |