Skip to content

Commit

Permalink
Removed fetchAllMembers
Browse files Browse the repository at this point in the history
  • Loading branch information
The24thDS committed Dec 19, 2020
1 parent e72003e commit 5de52d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const connection = google.sheets({
});

const { token, roles } = require('./config/discord.json');
const client = new Discord.Client({
fetchAllMembers: true,
});
const client = new Discord.Client();

let oldRows = [];
let guild = null;
Expand Down

0 comments on commit 5de52d4

Please sign in to comment.