mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
Fix reconnect when using WS (#952)
* Fix reconnect when using WS * Add disconnect status (fix reconnect with WS)
This commit is contained in:
@@ -149,6 +149,7 @@ exports.Status = {
|
||||
RECONNECTING: 2,
|
||||
IDLE: 3,
|
||||
NEARLY: 4,
|
||||
DISCONNECTED: 5,
|
||||
};
|
||||
|
||||
exports.ChannelTypes = {
|
||||
|
||||
Reference in New Issue
Block a user