mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Help] Add missing show_aliases value in help_settings.pretty (#4971)
* [Help] Add missing show_aliases value in help_settings.pretty * Update redbot/core/commands/help.py Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
parent
1efcabada1
commit
e467833cee
@ -126,6 +126,7 @@ class HelpSettings:
|
||||
"\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}"
|
||||
"\nHelp is a menu: {use_menus}"
|
||||
"\nHelp shows hidden commands: {show_hidden}"
|
||||
"\nHelp shows commands aliases: {show_aliases}"
|
||||
"\nHelp only shows commands which can be used: {verify_checks}"
|
||||
"\nHelp shows unusable commands when asked directly: {verify_exists}"
|
||||
"\nDelete delay: {delete_delay}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user