op 8 ain't working again

This commit is contained in:
MathMan05
2025-12-08 19:26:27 -06:00
parent ade7d2874b
commit dfd47ab3e1

View File

@@ -4132,7 +4132,7 @@ class Localuser {
return undefined;
}
const guild = this.guildids.get(guildid);
const borked = false;
const borked = true;
if (!guild || (borked && guild.member_count > 250)) {
try {
const req = await fetch(this.info.api + "/guilds/" + guildid + "/members/" + id, {