mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 19:50:55 +00:00
Remove unused variable to pass ESLint test
This commit is contained in:
parent
8d5d90e222
commit
d2cba74c13
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class WebSocketManager {
|
||||||
* the `READY` event.
|
* the `READY` event.
|
||||||
* @returns {null}
|
* @returns {null}
|
||||||
*/
|
*/
|
||||||
checkIfReady(a) {
|
checkIfReady() {
|
||||||
if (this.status !== Constants.Status.READY) {
|
if (this.status !== Constants.Status.READY) {
|
||||||
let unavailableCount = 0;
|
let unavailableCount = 0;
|
||||||
for (const guildID of this.client.guilds.keys()) {
|
for (const guildID of this.client.guilds.keys()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue