From 8f119435da65a1677d239da4c2f2abaee2f7ac57 Mon Sep 17 00:00:00 2001 From: dudeamax99 Date: Fri, 8 Nov 2019 21:30:34 -0500 Subject: [PATCH] Changes "has paid respects" to "has paid their respects". (#79) * Changes "has paid respects" to "has paid their respects". * Fixes dumb grammtical error --- pressf/pressf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pressf/pressf.py b/pressf/pressf.py index 85b0c94..7ced254 100644 --- a/pressf/pressf.py +++ b/pressf/pressf.py @@ -57,5 +57,5 @@ class PressF(commands.Cog): return if user.id not in self.channels[str(reaction.message.channel.id)]['reacted']: if str(reaction.emoji) == "\U0001f1eb": - await reaction.message.channel.send(f"**{user.display_name}** has paid respects.") + await reaction.message.channel.send(f"**{user.display_name}** has paid their respects.") self.channels[str(reaction.message.channel.id)]['reacted'].append(user.id)