fixing some spacing between the help method and the first colon
This commit is contained in:
parent
3ba282955f
commit
c6be38bd7e
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user