Skip to content

Commit

Permalink
add bolding
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Jun 22, 2024
1 parent 4cfaa78 commit 20742f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alexBot/cogs/mudae.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async def message_series_detector(self, message: discord.Message):
mentions = [f"<@{match.requestedBy}>" for match in matches]
if mentions:
await msg.reply(
f"The series {series_name} is Liked by {', '.join(mentions)}!",
f"The series **{series_name}** is Liked by {', '.join(mentions)}!",
allowed_mentions=discord.AllowedMentions(users=True),
)

Expand Down

0 comments on commit 20742f2

Please sign in to comment.