This commit is contained in:
hydrabolt
2015-08-24 17:32:39 +01:00
2 changed files with 41 additions and 37 deletions

View File

@@ -235,6 +235,8 @@ var Client = (function () {
self.keepAlive.apply(self);
}, data.heartbeat_interval);
break;
case "MESSAGE_CREATE":
break;
default:
self.debug("received unknown packet");

View File

@@ -189,6 +189,8 @@ class Client {
self.keepAlive.apply(self);
}, data.heartbeat_interval);
break;
case "MESSAGE_CREATE":
break;
default:
self.debug("received unknown packet");