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