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 685b73fccb
commit d8f30f6cfa

View File

@ -108,12 +108,12 @@ def get_help_message(method):
'\nUsage: !stock AAPL TSLA' '\nUsage: !stock AAPL TSLA'
], ],
'tts': [ '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?' '\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): def get_help_embed(client):
categories = { categories = {