Remove unused variable to pass ESLint test

This commit is contained in:
Amish Shah
2016-08-19 22:35:42 +01:00
parent 8d5d90e222
commit d2cba74c13

View File

@@ -173,7 +173,7 @@ class WebSocketManager {
* the `READY` event.
* @returns {null}
*/
checkIfReady(a) {
checkIfReady() {
if (this.status !== Constants.Status.READY) {
let unavailableCount = 0;
for (const guildID of this.client.guilds.keys()) {