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