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 -------