feat: add /info command to show chat ID and subscription status

This commit is contained in:
2026-04-09 12:16:45 +07:00
parent b72e984b0c
commit 500c9c83ee
3 changed files with 25 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ const BOT_COMMANDS = [
{ command: "status", description: "Current system status" },
{ command: "subscribe", description: "Set notification preferences" },
{ command: "history", description: "Recent incidents" },
{ command: "info", description: "Chat ID & subscription info" },
{ command: "uptime", description: "Component health overview" },
];