This commit is contained in:
MathMan05
2025-11-28 15:26:03 -06:00
parent 29b01c5fee
commit 9e34c6ca53
+1
View File
@@ -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);