Contributing to rugmunchbot ๐ข
- python-telegram-bot v20+, async handlers only.
- Handlers stay thin: parse โ call RMI API โ render. Business logic lives in the backend.
- Fixture-based tests for rendering (Telegram message snapshots).
- New command โ add it to the BotFather menu via
setup_commands.pyand document it here.