Add shortcut commands for alerts, backup, docker, openwrt

This commit is contained in:
2026-02-08 23:01:33 +03:00
parent 77571da4d9
commit 2ee9756d12
4 changed files with 69 additions and 19 deletions

View File

@@ -77,6 +77,12 @@ async def ds(msg: Message):
await cmd_docker_status(msg)
@dp.message(F.text == "/docker_status")
async def ds_cmd(msg: Message):
if is_admin_msg(msg):
await cmd_docker_status(msg)
@dp.message(F.text == "📈 Stats")
async def dstats(msg: Message):
if not is_admin_msg(msg):