mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -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:
parent
56099d6b50
commit
01f86091ab
@ -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
|
||||||
-------
|
-------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user