Add missing ")" in modules/stats.py

This commit is contained in:
jesopo 2018-11-08 22:30:06 +00:00
parent 57f697a378
commit 7390367a5a

View file

@ -112,7 +112,7 @@ class Module(ModuleManager.BaseModule):
def modules_api(self, event):
return list(self.bot.modules.modules.keys())
@utils.hook("received.command.caps"
@utils.hook("received.command.caps")
def capabilities(self, event):
"""
:help: List negotiated IRCv3 capabilities