mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Bridged WebSocket Events and REST Requests. Now REST Requests will respond exactly like WS Events to data
This commit is contained in:
@@ -14,6 +14,7 @@ const DefaultOptions = exports.DefaultOptions = {
|
||||
},
|
||||
protocol_version: 4,
|
||||
max_message_cache: 200,
|
||||
rest_ws_bridge_timeout: 5000,
|
||||
};
|
||||
|
||||
const Status = exports.Status = {
|
||||
|
||||
Reference in New Issue
Block a user