Add missing ")" in modules/stats.py
This commit is contained in:
parent
57f697a378
commit
7390367a5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue