mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix incorrect docstring in [p]helpset maxpages (#3817)
This commit is contained in:
parent
d5c960096e
commit
aaee2d9294
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user