mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Also dropped bot list bc lol
This commit is contained in:
parent
21bc4381e7
commit
a90db12487
1 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ class HelpCommand(commands.MinimalHelpCommand):
|
||||||
if commands:
|
if commands:
|
||||||
self.paginator.add_line(f"**{heading}**")
|
self.paginator.add_line(f"**{heading}**")
|
||||||
# TODO Make the Main Dynamic
|
# TODO Make the Main Dynamic
|
||||||
if heading == 'Core/Bot List':
|
if heading == 'Core':
|
||||||
self.paginator.add_line(", ".join(f"`{c.name}`" for c in commands))
|
self.paginator.add_line(", ".join(f"`{c.name}`" for c in commands))
|
||||||
else:
|
else:
|
||||||
for c in commands:
|
for c in commands:
|
||||||
|
@ -274,7 +274,7 @@ class HelpCommand(commands.MinimalHelpCommand):
|
||||||
else:
|
else:
|
||||||
other_cmds[category] = commands
|
other_cmds[category] = commands
|
||||||
|
|
||||||
self.add_bot_commands_formatting(main_cmds, 'Core/Bot List')
|
self.add_bot_commands_formatting(main_cmds, 'Core')
|
||||||
for category, commands in other_cmds.items():
|
for category, commands in other_cmds.items():
|
||||||
self.add_bot_commands_formatting(commands, category)
|
self.add_bot_commands_formatting(commands, category)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue