Move to v6 protocol

This commit is contained in:
Amish Shah
2016-08-13 14:53:04 +01:00
parent f2ccef1ce5
commit 50af835774
2 changed files with 1 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ class WebSocketManager {
checkIfReady() {
if (this.status !== Constants.Status.READY) {
let unavailableCount = 0;
for (const guildID in this.client.store.data.guilds) {
unavailableCount += this.client.store.data.guilds[guildID].available ? 0 : 1;
}