mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fix collectors and make guild sync add previously unknown members
This commit is contained in:
@@ -4,7 +4,7 @@ const Discord = require('../');
|
||||
const request = require('superagent');
|
||||
const fs = require('fs');
|
||||
|
||||
const client = new Discord.Client({ fetch_all_members: true });
|
||||
const client = new Discord.Client({ fetch_all_members: false });
|
||||
|
||||
const { email, password, token } = require('./auth.json');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user