diff --git a/alexBot/cogs/mudae.py b/alexBot/cogs/mudae.py index c46a899..0e9b51c 100644 --- a/alexBot/cogs/mudae.py +++ b/alexBot/cogs/mudae.py @@ -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), )