This commit is contained in:
Amazed 2020-09-28 04:08:20 +02:00
parent 2d525513b6
commit 7d14139a28
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class SacrificeCog(commands.Cog):
await ctx.send("Invalid win/losses")
return
bot_msg = await ctx.send("Waiting for %s' :thumbsup: reaction to previous message..." % opponent.display_name)
bot_msg = await ctx.send("Waiting for %s's :thumbsup: reaction to the **previous message**..." % opponent.display_name)
await self.track_msg(str(ctx.message.id), str(bot_msg.id))
return