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 d6c14b828e
commit 3ba282955f

View File

@ -131,7 +131,7 @@ def get_help_embed(client):
command_list = []
for command in categories[category]:
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" + \
"**Examples:** \n `!help dog` for detailed help for the dog command \n\n" + \