mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 09:24:05 +00:00
fix
This commit is contained in:
@@ -1105,6 +1105,7 @@ class Localuser {
|
||||
json.guild_id ??= "@me";
|
||||
const guild = this.guildids.get(json.guild_id);
|
||||
if (!guild) return;
|
||||
if (guild.channels.find((_) => _.id === json.id)) return;
|
||||
const channel = guild.createChannelpac(json);
|
||||
if (json.guild_id === this.lookingguild?.id) {
|
||||
this.loadGuild(json.guild_id, true);
|
||||
|
||||
Reference in New Issue
Block a user