From 192be2e06b7f4eb2659f2d89af413c41616c2541 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 22 Dec 2016 20:01:56 +0000 Subject: [PATCH] Webpack build: 84954c8860d987fced8da031f0f6fdd03612b6f2 --- discord.indev.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/discord.indev.js b/discord.indev.js index fdd9185a..12bedbe7 100644 --- a/discord.indev.js +++ b/discord.indev.js @@ -91,8 +91,9 @@ * @property {number} [restWsBridgeTimeout=5000] Maximum time permitted between REST responses and their * corresponding websocket events * @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 - * large-scale bots. + * processed, potentially resulting in performance improvements for larger bots. Only disable events you are + * 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 */ exports.DefaultOptions = {