From 01f86091ab583bccecf644ffe13d63f0857fd178 Mon Sep 17 00:00:00 2001 From: Kreusada <67752638+Kreusada@users.noreply.github.com> Date: Wed, 19 May 2021 13:35:36 +0100 Subject: [PATCH] [Context] Fixup docstrings in `react_quietly` function * Merge pull request #4955 * [Context] Add cross function, typo fixes in react_quietly() * Remove cross function * Remove cross variable --- redbot/core/commands/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/commands/context.py b/redbot/core/commands/context.py index a2dab2495..c956db112 100644 --- a/redbot/core/commands/context.py +++ b/redbot/core/commands/context.py @@ -118,7 +118,7 @@ class Context(DPYContext): async def react_quietly( self, reaction: Union[discord.Emoji, discord.Reaction, discord.PartialEmoji, str] ) -> bool: - """Adds a reaction to to the command message. + """Adds a reaction to the command message. Returns -------