Adding help method for greentext

This commit is contained in:
Luke Robles 2018-03-15 14:58:32 -07:00
parent aa54642bc0
commit 5e83a7b40d

View File

@ -45,6 +45,10 @@ def get_help_message(method):
'Generates a random excuse you can give your boss',
'\nUsage: !excuse'
],
'greentext': [
'Grabs a greentext story from redditchat so you can laugh at the misfortune of others',
'\nUsage: !greentext'
],
'help': [
'Shows you this message'
],