refactor(telegram-bot): add /edit command and make bot.py minimal entrypoint #34

Merged
shoko merged 1 commits from fix/issue-14 into main 2026-04-03 16:36:28 +02:00

1 Commits

Author SHA1 Message Date
shokollm
67d801d9de refactor(telegram-bot): add /edit command and make bot.py minimal entrypoint
- Add cmd_edit as alias for cmd_update
- Update bot.py to import commands directly instead of via module
- Register /edit command in bot and post_init commands list
- Clean up unused imports in bot.py

Fixes #14
2026-04-03 14:27:01 +00:00