updated help for weather

This commit is contained in:
Jason Ji 2017-09-21 19:09:52 -07:00
parent 6ab5197242
commit e6dfe0ef90

View File

@ -59,7 +59,10 @@ def get_help_message(method):
'This function now outputs the SWEET-ASS picture of the day.', 'This function now outputs the SWEET-ASS picture of the day.',
' Note this picture only changes once a day.', ' Note this picture only changes once a day.',
'\nUsage: !homepage' '\nUsage: !homepage'
] ],
'weather': [
'Returns the weather for the location you entered.',
'\nUsage: !weather Berkeley']
} }
# Print out every help method # Print out every help method