From c6a7026309fac9679b6c67625f5c7918ace7c68b Mon Sep 17 00:00:00 2001 From: Predeactor <61093863+Predeactor@users.noreply.github.com> Date: Wed, 25 Nov 2020 19:45:43 +0100 Subject: [PATCH] pressf for grammar (#189) --- pressf/pressf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pressf/pressf.py b/pressf/pressf.py index 57dd896..585f003 100644 --- a/pressf/pressf.py +++ b/pressf/pressf.py @@ -42,7 +42,7 @@ class PressF(commands.Cog): answer = pressf.content[:1900] message = await ctx.send( - f"Everyone, let's pay respects to **{filter_mass_mentions(answer)}**! Press the f reaction on the this message to pay respects." + f"Everyone, let's pay respects to **{filter_mass_mentions(answer)}**! Press the f reaction on this message to pay respects." ) await message.add_reaction("\U0001f1eb") self.channels[str(ctx.channel.id)] = {"msg_id": message.id, "reacted": []}