mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
docs(WebSocketManager): fix type of status (#5059)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user