mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
websocket cleanup (#1346)
* websocket cleanup * resume event * Update Resumed.js * Update WebSocketManager.js
This commit is contained in:
@@ -326,6 +326,7 @@ exports.Events = {
|
||||
/**
|
||||
* The type of a websocket message event, e.g. `MESSAGE_CREATE`. Here are the available events:
|
||||
* - READY
|
||||
* - RESUMED
|
||||
* - GUILD_SYNC
|
||||
* - GUILD_CREATE
|
||||
* - GUILD_DELETE
|
||||
@@ -363,6 +364,7 @@ exports.Events = {
|
||||
*/
|
||||
exports.WSEvents = {
|
||||
READY: 'READY',
|
||||
RESUMED: 'RESUMED',
|
||||
GUILD_SYNC: 'GUILD_SYNC',
|
||||
GUILD_CREATE: 'GUILD_CREATE',
|
||||
GUILD_DELETE: 'GUILD_DELETE',
|
||||
|
||||
Reference in New Issue
Block a user