diff --git a/src/index.ts b/src/index.ts index 30188d89..56ad60b0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -84,7 +84,7 @@ connect().then(async conn => { await conn.runMigrations(); const client = new Client(`Bot ${process.env.TOKEN}`, { - getAllUsers: true, + getAllUsers: false, restMode: true, }); client.setMaxListeners(100);