[Phase 1] Task 8: Refactor apps/telegram-bot/bot.py — Minimal entrypoint #14

Closed
opened 2026-04-02 18:32:02 +02:00 by shoko · 0 comments
Owner

Task 8: Refactor apps/telegram-bot/bot.py

Labels: phase-1, telegram-bot
Dependency: Task 4 (#8), Task 7 (#13)

Goal

Ensure bot.py is a minimal entrypoint with correct import paths.

Changes

  • Update import paths to use new core module structure
  • Register the new /edit command (renamed from /update)
  • May need small adjustments for new module paths

Current structure (should remain similar)

  • build_app() - builds the Application
  • post_init() - sets bot commands
  • main() - entrypoint

Acceptance Criteria

  • Bot starts without errors
  • All commands registered correctly
  • /edit command available instead of /update
## Task 8: Refactor apps/telegram-bot/bot.py **Labels:** phase-1, telegram-bot **Dependency:** Task 4 (#8), Task 7 (#13) ### Goal Ensure bot.py is a minimal entrypoint with correct import paths. ### Changes - Update import paths to use new core module structure - Register the new /edit command (renamed from /update) - May need small adjustments for new module paths ### Current structure (should remain similar) - build_app() - builds the Application - post_init() - sets bot commands - main() - entrypoint ### Acceptance Criteria - Bot starts without errors - All commands registered correctly - /edit command available instead of /update
shoko added the phase-1telegram-bot labels 2026-04-02 18:34:44 +02:00
shoko closed this issue 2026-04-03 16:36:28 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#14