From 8b00f273b31fe23d8ca9579da8f8a04c12c42846 Mon Sep 17 00:00:00 2001 From: Tyler Hodapp Date: Wed, 20 Sep 2017 16:37:33 +0000 Subject: [PATCH] added help message for homepage --- app/help_methods.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/help_methods.py b/app/help_methods.py index 3356e357..647e3731 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -54,6 +54,11 @@ def get_help_message(method): 'message': [ 'You can ask me a question directly and I will do my best to answer it.', '\nUsage: @dragon-bot what is the capital of France?' + ], + 'homepage': [ + 'This function now outputs the SWEET-ASS picture of the day.', + ' Note this picture only changes once a day.', + '\nUsage: !homepage' ] }