From 685b73fccb23030ca6aa5614ee44f43e74f2dd3e Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 21 Jun 2018 21:29:31 -0700 Subject: [PATCH] Adding inline false to the embed so it looks pretty --- app/help_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/help_methods.py b/app/help_methods.py index 1103d578..877815e3 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -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 ` for more information about a command.** \n\n" + \ "**Examples:** \n `!help dog` for detailed help for the dog command \n\n" + \