From 7d14139a28ce8b1d54316a75d518b662a5b2e516 Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Mon, 28 Sep 2020 04:08:20 +0200 Subject: [PATCH] cleanup --- cogs/sacrifice/sacrifice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/sacrifice/sacrifice.py b/cogs/sacrifice/sacrifice.py index c337188..eef6860 100644 --- a/cogs/sacrifice/sacrifice.py +++ b/cogs/sacrifice/sacrifice.py @@ -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