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 = {