From c6be38bd7e98734771f8757cd980894402ea7fe7 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 22 Jun 2018 11:08:47 -0700 Subject: [PATCH] fixing some spacing between the help method and the first colon --- app/help_methods.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index 877815e3..c70ec195 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -108,12 +108,12 @@ def get_help_message(method): '\nUsage: !stock AAPL TSLA' ], 'tts': [ - 'Uploads a file with the specified text as an MP3. This is advanced shitposting', + 'Uploads a file with the specified text as an MP3.\nThis is advanced shitposting', '\nUsage: !tts who watches the watchmen?' ], } - return "```css\n{} : {}\n```".format(method, ' '.join(supported_methods[method])) + return "```css\n{}: {}\n```".format(method, ' '.join(supported_methods[method])) def get_help_embed(client): categories = {