From cacfa163cedf90d26708ae2056e77ab58873eeda Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 4 Jan 2020 04:43:00 +0100 Subject: [PATCH] [Docs] Fix broken docs for `commands.Context.react_quietly` (#3257) * Update context.py * Create 3257.docs.rst --- changelog.d/3257.docs.rst | 1 + redbot/core/commands/context.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/3257.docs.rst 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