diff --git a/app/help_methods.py b/app/help_methods.py index 647e3731..9c3b9fcf 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -59,7 +59,10 @@ def get_help_message(method): 'This function now outputs the SWEET-ASS picture of the day.', ' Note this picture only changes once a day.', '\nUsage: !homepage' - ] + ], + 'weather': [ + 'Returns the weather for the location you entered.', + '\nUsage: !weather Berkeley'] } # Print out every help method