Fix alerts command dispatch indentation

This commit is contained in:
2026-02-08 23:04:35 +03:00
parent 2ee9756d12
commit 7d251a7078

View File

@@ -100,8 +100,6 @@ async def alerts_cmd(msg: Message):
action = parts[1].lower() action = parts[1].lower()
args = parts[2:] args = parts[2:]
if action == "test":
await _handle_alerts(msg, action, args) await _handle_alerts(msg, action, args)