mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Fix a small spelling mistake in a debug log
This commit is contained in:
parent
779681e88f
commit
14ba0373eb
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class WebSocketPacketManager {
|
|||
|
||||
if (packet.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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue