Loading src/discord.ts +3 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ class Discord_ { message.channelId ); if (!roomId) return; // jank fix to prevent people from claiming aliases // this room is just a bridge void if (roomId === "!lqCdoAlvRDYMkAONOU:aftermath.gg") return; var content = message.content; content = await this.replaceRoleMentions(message.guildId, content); Loading Loading
src/discord.ts +3 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ class Discord_ { message.channelId ); if (!roomId) return; // jank fix to prevent people from claiming aliases // this room is just a bridge void if (roomId === "!lqCdoAlvRDYMkAONOU:aftermath.gg") return; var content = message.content; content = await this.replaceRoleMentions(message.guildId, content); Loading