Context
Users and admins need a quick reference of what the bot can do.
What to do
- Add a
/help command handler in src/handlers/admin_commands.py
- Show different output for admins vs regular members:
- Members: basic info about the bot, link to rules
- Admins: full command list with descriptions
Example output (admin)
🤖 TIHelperBot Commands
👤 Members:
/start — Bot introduction
/help — This message
🔧 Admins:
/stats — Community statistics
/approve_all — Approve pending join requests
Acceptance Criteria
Context
Users and admins need a quick reference of what the bot can do.
What to do
/helpcommand handler insrc/handlers/admin_commands.pyExample output (admin)
Acceptance Criteria
/helpworks for all usersmain.py