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