mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-15 01:35:15 +00:00
op code 8 is broken again
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user