mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
Remove unused variable to pass ESLint test
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user