mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Remove debugging log
This commit is contained in:
committed by
Alec LaLonde
parent
2e30413e41
commit
08c8ab671d
@@ -103,7 +103,7 @@ const syncGuildMembers = async (guild: GuildFragment) => {
|
||||
.map((p) => p.Player.discordId) as string[];
|
||||
|
||||
await discordGuild.members.fetch();
|
||||
console.log(discordGuild.members.cache);
|
||||
|
||||
// gather all discord server members who have at least one of the "membership" roles
|
||||
// as defined by this guild
|
||||
const discordGuildMembers = discordGuild.members.cache.filter(
|
||||
|
||||
Reference in New Issue
Block a user