Adding help method for greentext

This commit is contained in:
Luke Robles 2018-03-15 14:58:32 -07:00
parent 51b98c5639
commit f8b92ee4c8

View File

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