mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +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,
|
op: Constants.OPCodes.IDENTIFY,
|
||||||
d: payload,
|
d: payload,
|
||||||
});
|
});
|
||||||
|
this.sequence = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue