fixing some spacing between the help method and the first colon

This commit is contained in:
Luke Robles 2018-06-22 11:08:47 -07:00
parent 3ba282955f
commit c6be38bd7e

View File

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