From 017d721792623b6f06994494814fb40e4ee18312 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 2 May 2019 17:46:04 +0300 Subject: [PATCH] Temporarily load all users on start again --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 64a9180d..ab8ccb31 100644 --- a/src/index.ts +++ b/src/index.ts @@ -98,7 +98,7 @@ connect().then(async conn => { await conn.runMigrations(); const client = new Client(`Bot ${process.env.TOKEN}`, { - getAllUsers: false, + getAllUsers: true, restMode: true, }); client.setMaxListeners(100);