We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8720b30 commit e67b9f9Copy full SHA for e67b9f9
1 file changed
meshtastic_listener/commands/cmd_handler.py
@@ -184,5 +184,5 @@ def handle_command(
184
return self.cmd_help()
185
186
case _:
187
- raise UnknownCommandError(f'Unknown command: {command}')
+ raise UnknownCommandError(f'Unknown command: {context.decoded.text}')
188
return None
0 commit comments