mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
docs(WebSocketManager): fix type of status (#5059)
This commit is contained in:
parent
6b322f47a0
commit
9f3c3e0918
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class WebSocketManager extends EventEmitter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The current status of this WebSocketManager
|
* The current status of this WebSocketManager
|
||||||
* @type {number}
|
* @type {Status}
|
||||||
*/
|
*/
|
||||||
this.status = Status.IDLE;
|
this.status = Status.IDLE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue