From 2beadbe92492133a4b643ec257ab40910e520031 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 13 Aug 2020 00:16:57 +0300 Subject: [PATCH] Disable getAllUsers from the client We can lazy-load members instead. --- src/bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index 1f52c16..0ab965b 100644 --- a/src/bot.js +++ b/src/bot.js @@ -2,7 +2,6 @@ const Eris = require("eris"); const config = require("./cfg"); const bot = new Eris.Client(config.token, { - getAllUsers: true, restMode: true, });