mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-06-04 14:41:40 +00:00
op8 fixed again?
This commit is contained in:
@@ -4078,7 +4078,7 @@ class Localuser {
|
||||
return undefined;
|
||||
}
|
||||
const guild = this.guildids.get(guildid);
|
||||
const borked = true;
|
||||
const borked = false;
|
||||
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