diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index 4be3be7..9b2620e 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -164,6 +164,7 @@ "opt for token refresh.", ); + this.session_id = session.session_id; this.session = session; this.session.status = identify.presence?.status || "online"; this.session.last_seen = new Date();