From 34c7e37c7268f90dbd9003898bdeafee903a10bf Mon Sep 17 00:00:00 2001 From: Emily J Date: Sat, 24 Oct 2020 15:02:14 +1100 Subject: [PATCH] enable REST endpoints --- bot/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/index.js b/bot/index.js index ba27407..23259d2 100644 --- a/bot/index.js +++ b/bot/index.js @@ -99,6 +99,8 @@ class WoomyClient extends Eris.Client { // Initialize our client const client = new WoomyClient(config.token, { maxShards: 'auto', + restMode: true, + //getAllUsers: true, defaultImageSize: 2048, intents: [ 'guilds',