Fix alerts command dispatch indentation
This commit is contained in:
@@ -100,8 +100,6 @@ async def alerts_cmd(msg: Message):
|
||||
|
||||
action = parts[1].lower()
|
||||
args = parts[2:]
|
||||
|
||||
if action == "test":
|
||||
await _handle_alerts(msg, action, args)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user