From ee33d46732ded0cba7ab732c4557999e77d38cc7 Mon Sep 17 00:00:00 2001 From: kreusada <67752638+kreusada@users.noreply.github.com> Date: Sat, 13 Feb 2021 09:44:02 +0000 Subject: [PATCH] Grammar fixes (#4810) --- redbot/core/utils/predicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/utils/predicates.py b/redbot/core/utils/predicates.py index 09f3f4f0c..45cc8f40e 100644 --- a/redbot/core/utils/predicates.py +++ b/redbot/core/utils/predicates.py @@ -982,7 +982,7 @@ class ReactionPredicate(Callable[[discord.Reaction, discord.abc.User], bool]): ) -> "ReactionPredicate": """Match if the reaction is a tick or cross emoji. - The emojis used can are in + The emojis used are in `ReactionPredicate.YES_OR_NO_EMOJIS`. This will assign ``True`` for *yes*, or ``False`` for *no* to