mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
Webpack build: 84954c8860
This commit is contained in:
parent
01a53d242d
commit
192be2e06b
1 changed files with 3 additions and 2 deletions
|
|
@ -91,8 +91,9 @@
|
||||||
* @property {number} [restWsBridgeTimeout=5000] Maximum time permitted between REST responses and their
|
* @property {number} [restWsBridgeTimeout=5000] Maximum time permitted between REST responses and their
|
||||||
* corresponding websocket events
|
* corresponding websocket events
|
||||||
* @property {WSEventType[]} [disabledEvents] An array of disabled websocket events. Events in this array will not be
|
* @property {WSEventType[]} [disabledEvents] An array of disabled websocket events. Events in this array will not be
|
||||||
* processed. Disabling useless events such as 'TYPING_START' can result in significant performance increases on
|
* processed, potentially resulting in performance improvements for larger bots. Only disable events you are
|
||||||
* large-scale bots.
|
* 100% certain you don't need, as many are important, but not obviously so. The safest one to disable with the
|
||||||
|
* most impact is typically `TYPING_START`.
|
||||||
* @property {WebsocketOptions} [ws] Options for the websocket
|
* @property {WebsocketOptions} [ws] Options for the websocket
|
||||||
*/
|
*/
|
||||||
exports.DefaultOptions = {
|
exports.DefaultOptions = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue