X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/cc38d6f4f1cd9cf3d5b86fe829baaa6dacdd3ab8..d4cfb340ddd9659422ec8a6a3ecf3abf25f00190:/modules/weather.py diff --git a/modules/weather.py b/modules/weather.py index 9fb0f42..6b50771 100644 --- a/modules/weather.py +++ b/modules/weather.py @@ -48,7 +48,7 @@ def _weather(place): 'link': current['forecast_url'], } else: - return "I don't know where to look! Try %sSETINFO LOCATION " % (bot.parent.trigger) + return "I don't know where to look! Try %sSETINFO LOCATION " % (lib.parent.trigger) @lib.hook(('weather','w'), needchan=False, wantchan=True) @lib.help('[]', 'show weather for your location')