op code 8 is broken again

This commit is contained in:
MathMan05
2025-09-10 22:01:44 -05:00
parent 5cecf6e17c
commit ab2631d739
+1 -1
View File
@@ -3082,7 +3082,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, {