Adding help message for avatar

This commit is contained in:
Luke Robles 2018-03-09 14:35:02 -08:00
parent 67185129d5
commit 895eb6d8fa

View File

@ -12,6 +12,10 @@ def get_help_message(method):
'Ask dragon bot a question and it will give you an 8ball response',
'\nUsage: !8ball Will I win the lottery tomorrow?'
],
'avatar': [
'Returns the avatar for the mentioned user',
'\nUsage: !avatar @somebody'
],
'decide': [
'Dragon-bot will help make the tough decisions for you',
' If there is only one option, it will give you a yes or no',