mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
Fix a small spelling mistake in a debug log
This commit is contained in:
@@ -97,7 +97,7 @@ class WebSocketPacketManager {
|
|||||||
|
|
||||||
if (packet.op === Constants.OPCodes.HEARTBEAT) {
|
if (packet.op === Constants.OPCodes.HEARTBEAT) {
|
||||||
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT });
|
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT });
|
||||||
this.ws.client.emit('debug', 'Recieved gateway heartbeat!');
|
this.ws.client.emit('debug', 'Received gateway heartbeat!');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.ws.status === Constants.Status.RECONNECTING) {
|
if (this.ws.status === Constants.Status.RECONNECTING) {
|
||||||
|
|||||||
Reference in New Issue
Block a user