Some minor tweaks
This commit is contained in:
parent
e574a0d41e
commit
fb2b5fc26e
2 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@ base_url = "http://api.wunderground.com/api/{}/{}/q/{}.json"
|
|||
|
||||
|
||||
@hook.command(autohelp=None)
|
||||
def weather(inp, reply=None, db=None, nick=None, bot=None):
|
||||
def weather(inp, reply=None, db=None, nick=None, bot=None, notice=None):
|
||||
"weather <location> [dontsave] -- Gets weather data"\
|
||||
" for <location> from Wunderground."
|
||||
|
||||
|
|
Reference in a new issue