diff --git a/src/handler.py b/src/handler.py index 3633c8f8..e6a5d687 100644 --- a/src/handler.py +++ b/src/handler.py @@ -100,7 +100,7 @@ def parse_and_dispatch(wrapper: MessageDispatcher, if role: role_prefix = role - if not key: + if not key or key not in decorators.COMMANDS: return if force: