From f045364134d71b06eca320ee2a4304416b01f965 Mon Sep 17 00:00:00 2001 From: Emily J Date: Sat, 24 Oct 2020 16:40:04 +1100 Subject: [PATCH] enable caching of all users at startup --- bot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/index.js b/bot/index.js index 23259d2..22200f8 100644 --- a/bot/index.js +++ b/bot/index.js @@ -100,7 +100,7 @@ class WoomyClient extends Eris.Client { const client = new WoomyClient(config.token, { maxShards: 'auto', restMode: true, - //getAllUsers: true, + getAllUsers: true, defaultImageSize: 2048, intents: [ 'guilds',