Skip to content

Commit

Permalink
they used author, not title :angery:
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Jul 6, 2024
1 parent 7a5b179 commit f1b2f99
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 @@ -193,7 +193,7 @@ async def message_series_detector(self, message: discord.Message, actual_message
mentions = [f"<@{match.requestedBy}>" for match in matches]
if mentions:
await actual_message.reply(
f"The series **{series_name}** (Character ***{embed.title}***) is Liked by {', '.join(mentions)}!",
f"The series **{series_name}** (Character ***{embed.author.name}***) is Liked by {', '.join(mentions)}!",
allowed_mentions=discord.AllowedMentions(users=True),
)

Expand Down

0 comments on commit f1b2f99

Please sign in to comment.