mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +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
|
||||
* @type {number}
|
||||
* @type {Status}
|
||||
*/
|
||||
this.status = Status.IDLE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user