From e6dfe0ef90c92f0cdfbde1f98c800f5e907dbc14 Mon Sep 17 00:00:00 2001 From: Jason Ji Date: Thu, 21 Sep 2017 19:09:52 -0700 Subject: [PATCH] updated help for weather --- app/help_methods.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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