Skip to content

Add /help command with list of available bot commands #13

Description

@SaharPak

Context

Users and admins need a quick reference of what the bot can do.

What to do

  1. Add a /help command handler in src/handlers/admin_commands.py
  2. 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

  • /help works for all users
  • Admin commands only shown to admins
  • Register command with handler in main.py

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions