mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-30 19:55:43 +00:00
op 8 ain't working again
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user