diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index 287a927..30a49c1 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -136,7 +136,7 @@ tokenData.session ?? Session.create({ user_id: this.user_id, - session_id = this.session_id, + session_id: this.session_id, }); this.session.status = identify.presence?.status || "online";