Adding inline false to the embed so it looks pretty
This commit is contained in:
parent
d6c14b828e
commit
3ba282955f
@ -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" + \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user