[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
This commit is contained in:
Kreusada 2021-05-19 13:35:36 +01:00 committed by GitHub
parent 56099d6b50
commit 01f86091ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ class Context(DPYContext):
async def react_quietly( async def react_quietly(
self, reaction: Union[discord.Emoji, discord.Reaction, discord.PartialEmoji, str] self, reaction: Union[discord.Emoji, discord.Reaction, discord.PartialEmoji, str]
) -> bool: ) -> bool:
"""Adds a reaction to to the command message. """Adds a reaction to the command message.
Returns Returns
------- -------