mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +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
|
||||
* @type {number}
|
||||
* @type {Status}
|
||||
*/
|
||||
this.status = Status.IDLE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue