Update !help usage string

This commit is contained in:
jesopo 2019-05-11 17:07:24 +01:00
parent 295f7a751c
commit 73052ddc49

View file

@ -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]