Fix incorrect docstring in [p]helpset maxpages (#3817)

This commit is contained in:
Flame442 2020-05-01 12:30:58 -04:00 committed by GitHub
parent d5c960096e
commit aaee2d9294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1507,7 +1507,7 @@ class Core(commands.Cog, CoreLogic):
async def helpset_maxpages(self, ctx: commands.Context, pages: int): async def helpset_maxpages(self, ctx: commands.Context, pages: int):
"""Set the maximum number of help pages sent in a server channel. """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 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 be sent to the command author via DM. This is to help reduce spam in server