aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core_modules/help.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core_modules/help.py b/src/core_modules/help.py
index 3de2231f..9a3470c1 100644
--- a/src/core_modules/help.py
+++ b/src/core_modules/help.py
@@ -10,6 +10,7 @@ class Module(ModuleManager.BaseModule):
spec = hook.get_kwargs("spec")
usages_kwarg = hook.get_kwargs("usage")
+ usages = []
if spec:
if is_channel:
context = utils.parse.SpecArgumentContext.CHANNEL