mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
fix sequences not being reset on new ws sessions
This commit is contained in:
@@ -179,6 +179,7 @@ class WebSocketManager extends EventEmitter {
|
|||||||
op: Constants.OPCodes.IDENTIFY,
|
op: Constants.OPCodes.IDENTIFY,
|
||||||
d: payload,
|
d: payload,
|
||||||
});
|
});
|
||||||
|
this.sequence = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user