Skip to content

Commit

Permalink
guild_log: other -> admin-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
murpii authored Mar 9, 2024
1 parent 1b39ec0 commit ee201ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/guild_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def format_content_diff(self, before: str, after: str) -> Tuple[str, str]:
async def on_message_edit(self, before: discord.Message, after: discord.Message):
if not before.guild or before.guild.id != GUILD_DDNET or before.is_system() or before.channel.id == CHAN_LOGS or \
before.channel.category.id == CAT_INTERNAL or before.author.bot or before.channel.name.startswith(
('complaint-', 'other-', 'rename-')):
('complaint-', 'admin-mail-', 'rename-')):
return

if before.content == after.content:
Expand Down

0 comments on commit ee201ae

Please sign in to comment.