Register Telegram command menu

This commit is contained in:
2026-07-26 18:14:24 +02:00
parent 53aa9cfda7
commit f14fdc20f7
2 changed files with 33 additions and 1 deletions
+4 -1
View File
@@ -54,14 +54,17 @@ The database will be saved in `./bot_db/media.db`.
**Searching inline** — in any chat type `@yourbotusername keyword` to search and send.
Telegram suggests these commands as you type `/`, with a short description beside each suggestion.
**Commands**
| Command | Description |
|---|---|
| `/start` | Start the bot and show usage instructions |
| `/menu` | Show the available commands |
| `/list` | Show all saved media |
| `/edit [search]` | Select a meme and edit its keywords (admin only) |
| `/delete <id>` | Remove an entry (get ID from `/list`) |
| `/delete <id>` | Remove an entry (get ID from `/list`; admin only) |
| `/cancel` | Cancel current add operation |
### Moving to another server