Skip to content

Commit

Permalink
Remove spoiler tags that's not supposed to be in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev committed Nov 14, 2023
1 parent 2a18e80 commit e1ab81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/moderations_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def build_admin_moderated_message(
title="A message was moderated in the "
+ moderated_message.guild.name
+ " server",
description=f"Message from {moderated_message.author.mention} was moderated: ||{moderated_message.content}||",
description=f"Message from {moderated_message.author.mention} was moderated: {moderated_message.content}",
colour=discord.Colour.red(),
)
embed.set_footer(text=f"Used service {moderation_model_type}")
Expand Down

0 comments on commit e1ab81e

Please sign in to comment.