mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
[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:
@@ -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
|
||||||
-------
|
-------
|
||||||
|
|||||||
Reference in New Issue
Block a user