diff --git a/changelog.d/3257.docs.rst b/changelog.d/3257.docs.rst new file mode 100644 index 000000000..472d32d79 --- /dev/null +++ b/changelog.d/3257.docs.rst @@ -0,0 +1 @@ +Fix broken docs for :func:`redbot.core.commands.Context.react_quietly`. diff --git a/redbot/core/commands/context.py b/redbot/core/commands/context.py index 5720eedb3..a4e999f3b 100644 --- a/redbot/core/commands/context.py +++ b/redbot/core/commands/context.py @@ -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