Adding inline false to the embed so it looks pretty

This commit is contained in:
Luke Robles 2018-06-21 21:29:31 -07:00
parent 1f03b1c531
commit 685b73fccb

View File

@ -131,7 +131,7 @@ def get_help_embed(client):
command_list = [] command_list = []
for command in categories[category]: for command in categories[category]:
command_list.append("`{}`".format(command)) command_list.append("`{}`".format(command))
embed.add_field(name=str(category).upper(), value=','.join(command_list)) embed.add_field(name=str(category).upper(), value=', '.join(command_list), inline=False)
description2 = "**Use `!help <Command>` for more information about a command.** \n\n" + \ description2 = "**Use `!help <Command>` for more information about a command.** \n\n" + \
"**Examples:** \n `!help dog` for detailed help for the dog command \n\n" + \ "**Examples:** \n `!help dog` for detailed help for the dog command \n\n" + \