mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Decided that spaces were for chumps
This commit is contained in:
parent
bb6bcd13bc
commit
21bc4381e7
1 changed files with 1 additions and 2 deletions
|
@ -240,7 +240,6 @@ class HelpCommand(commands.MinimalHelpCommand):
|
||||||
def add_bot_commands_formatting(self, commands, heading):
|
def add_bot_commands_formatting(self, commands, heading):
|
||||||
if commands:
|
if commands:
|
||||||
self.paginator.add_line(f"**{heading}**")
|
self.paginator.add_line(f"**{heading}**")
|
||||||
self.paginator.add_line()
|
|
||||||
# TODO Make the Main Dynamic
|
# TODO Make the Main Dynamic
|
||||||
if heading == 'Core/Bot List':
|
if heading == 'Core/Bot List':
|
||||||
self.paginator.add_line(", ".join(f"`{c.name}`" for c in commands))
|
self.paginator.add_line(", ".join(f"`{c.name}`" for c in commands))
|
||||||
|
@ -316,7 +315,7 @@ class HelpCommand(commands.MinimalHelpCommand):
|
||||||
filtered = await self.filter_commands(group.commands, sort=self.sort_commands)
|
filtered = await self.filter_commands(group.commands, sort=self.sort_commands)
|
||||||
if filtered:
|
if filtered:
|
||||||
|
|
||||||
self.paginator.add_line('**%s**' % self.subcommands_heading, empty=True)
|
self.paginator.add_line('**%s**' % self.subcommands_heading)
|
||||||
for command in filtered:
|
for command in filtered:
|
||||||
self.add_subcommand_formatting(command)
|
self.add_subcommand_formatting(command)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue