mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +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.
|
||||
* @returns {null}
|
||||
*/
|
||||
checkIfReady(a) {
|
||||
checkIfReady() {
|
||||
if (this.status !== Constants.Status.READY) {
|
||||
let unavailableCount = 0;
|
||||
for (const guildID of this.client.guilds.keys()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue