fix issue with fetching

merge-requests/6/merge
Matthew 2020-06-16 12:50:07 -04:00
parent 7c46539d01
commit 36bc71d272
No known key found for this signature in database
GPG Key ID: F841AB9BF496C194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default function departmentPager(client: Client): NodeJS.Timeout {
function resolveStaffInformation(id: string) {
return acknowledgements.find((m) => m.id === id);
}
await client.guilds.get(client.config.guildID).fetchAllMembers();
// await client.guilds.get(client.config.guildID).fetchAllMembers();
const { members } = client.guilds.get(client.config.guildID);
// const takenPagers = new Set<string>();