mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
[Docs] Fix broken docs for commands.Context.react_quietly (#3257)
* Update context.py * Create 3257.docs.rst
This commit is contained in:
parent
d00609bb8a
commit
cacfa163ce
1
changelog.d/3257.docs.rst
Normal file
1
changelog.d/3257.docs.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix broken docs for :func:`redbot.core.commands.Context.react_quietly`.
|
||||||
@ -107,6 +107,7 @@ class Context(commands.Context):
|
|||||||
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 to the command message.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
bool
|
bool
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user