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);