From aaee2d9294bf2c021f26c3d52948635d450066ea Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Fri, 1 May 2020 12:30:58 -0400 Subject: [PATCH] Fix incorrect docstring in `[p]helpset maxpages` (#3817) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index f2e966f05..81fdd6a27 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -1507,7 +1507,7 @@ class Core(commands.Cog, CoreLogic): async def helpset_maxpages(self, ctx: commands.Context, pages: int): """Set the maximum number of help pages sent in a server channel. - This setting only applies to embedded help. + This setting does not apply to menu help. If a help message contains more pages than this value, the help message will be sent to the command author via DM. This is to help reduce spam in server