diff options
| author | 2019-05-11 17:07:24 +0100 | |
|---|---|---|
| committer | 2019-05-11 17:07:24 +0100 | |
| commit | 73052ddc49444354af00ad94d238684990b3cb9f (patch) | |
| tree | 399a8f742b5065c022b104231b309cb05f2dab18 /modules | |
| parent | Refactor CAPs in to objects (diff) | |
| signature | ||
Update !help usage string
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/commands/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py index 2808d759..ee90ec24 100644 --- a/modules/commands/__init__.py +++ b/modules/commands/__init__.py @@ -272,7 +272,7 @@ class Module(ModuleManager.BaseModule): def help(self, event): """ :help: Show help for a given command - :usage: [command] + :usage: [module [command]] """ if event["args"]: module_name = event["args_split"][0] |
