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" + \