This commit is contained in:
Travis CI 2016-12-27 22:18:36 +00:00
parent 2da98e7acd
commit 79bee48ccc
2 changed files with 2 additions and 2 deletions

View file

@ -21864,7 +21864,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) {

File diff suppressed because one or more lines are too long