mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
fix sequences not being reset on new ws sessions
This commit is contained in:
parent
045153584a
commit
0ee3d6bb8a
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ class WebSocketManager extends EventEmitter {
|
|||
op: Constants.OPCodes.IDENTIFY,
|
||||
d: payload,
|
||||
});
|
||||
this.sequence = -1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue