Update !help usage string
This commit is contained in:
parent
295f7a751c
commit
73052ddc49
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
def help(self, event):
|
def help(self, event):
|
||||||
"""
|
"""
|
||||||
:help: Show help for a given command
|
:help: Show help for a given command
|
||||||
:usage: [command]
|
:usage: [module [command]]
|
||||||
"""
|
"""
|
||||||
if event["args"]:
|
if event["args"]:
|
||||||
module_name = event["args_split"][0]
|
module_name = event["args_split"][0]
|
||||||
|
|
Loading…
Reference in a new issue