Remove incorrect and redundant usage !weather

This commit is contained in:
jesopo 2019-04-28 15:20:37 +01:00
parent 91d32dae9b
commit a7a3f5fd25

View file

@ -10,7 +10,7 @@ class Module(ModuleManager.BaseModule):
if not user_location == None: if not user_location == None:
return "%s, %s" % (user_location["city"], user_location["country"]) return "%s, %s" % (user_location["city"], user_location["country"])
@utils.hook("received.command.weather", usage="<location>") @utils.hook("received.command.weather")
def weather(self, event): def weather(self, event):
""" """
:help: Get current weather for you or someone else :help: Get current weather for you or someone else