diff --git a/src/index.ts b/src/index.ts index ae56d20f..57b45acd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -78,7 +78,7 @@ import { AllowedGuilds } from "./data/AllowedGuilds"; logger.info("Connecting to database"); connect().then(async conn => { const client = new Client(`Bot ${process.env.TOKEN}`, { - getAllUsers: true, + getAllUsers: false, restMode: true, }); client.setMaxListeners(100);