mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Temporarily load all users on start again
This commit is contained in:
parent
6caa12c84d
commit
39288518e4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue