add errorrate

This commit is contained in:
Aron Petau 2025-12-15 17:04:14 +01:00
parent dd192c012a
commit 4845d5d0dc
3 changed files with 100 additions and 9 deletions

View file

@ -1,6 +1,13 @@
Copy this to BotFather when setting commands with /setcommands:
Autopilot bot command list for @BotFather
autopilot - Toggle automatic applications (on/off)
status - Show current status and stats
plot - Show weekly listing patterns
help - Show available commands
Use @BotFather -> /setcommands and paste the following lines exactly (one per line):
/autopilot - Enable or disable automatic applications. Usage: `/autopilot on` or `/autopilot off`
/status - Show current status and statistics (autopilot state, application counts by company)
/plot - Show weekly listing patterns (image)
/errorrate - Show autopilot success vs failure plot (image)
/help - Show help and command usage
Example: send `/setcommands` to @BotFather, then paste the above lines and confirm.
Security reminder: set your bot privacy and only allow the trusted chat id to issue commands. Keep your `TELEGRAM_BOT_TOKEN` secret.