mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
chore: deps
This commit is contained in:
@@ -394,6 +394,7 @@ export class WebSocketShard extends AsyncEventEmitter<WebSocketShardEventsMap> {
|
||||
this.replayedEvents++;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line sonarjs/no-nested-switch
|
||||
switch (payload.t) {
|
||||
case GatewayDispatchEvents.Ready: {
|
||||
this.emit(WebSocketShardEvents.Ready);
|
||||
|
||||
Reference in New Issue
Block a user