[Docs] Fix broken docs for commands.Context.react_quietly (#3257)

* Update context.py

* Create 3257.docs.rst
This commit is contained in:
jack1142 2020-01-04 04:43:00 +01:00 committed by Michael H
parent d00609bb8a
commit cacfa163ce
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Fix broken docs for :func:`redbot.core.commands.Context.react_quietly`.

View File

@ -107,6 +107,7 @@ class Context(commands.Context):
self, reaction: Union[discord.Emoji, discord.Reaction, discord.PartialEmoji, str]
) -> bool:
"""Adds a reaction to to the command message.
Returns
-------
bool