Fix typo with !define

deine changed to define, fixes issue #1
This commit is contained in:
Kyler Juresic 2017-08-08 18:59:50 -05:00
parent 049ef66b86
commit 10fdaafd0a

View File

@ -5,7 +5,7 @@ def get_help_message(method):
'\n\n!decide option 1 or option 2.\n\nIf thre is only', '\n\n!decide option 1 or option 2.\n\nIf thre is only',
'one option, it will give you a yes or no' 'one option, it will give you a yes or no'
], ],
'deine': [ 'define': [
'Returns a definiton of a word from urban dictionary', 'Returns a definiton of a word from urban dictionary',
'\n\nUsage: !define loli' '\n\nUsage: !define loli'
], ],