mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 01:04:02 +00:00
feat(bot): add household admin approval flow
This commit is contained in:
@@ -14,6 +14,8 @@ export function createTelegramBot(token: string, logger?: Logger): Bot {
|
||||
'/setup [household name] - Register this group as a household',
|
||||
'/bind_purchase_topic - Bind the current topic as the purchase topic',
|
||||
'/bind_feedback_topic - Bind the current topic as the feedback topic',
|
||||
'/pending_members - List pending household join requests',
|
||||
'/approve_member <telegram_user_id> - Approve a pending member',
|
||||
'/anon <message> - Send anonymous household feedback in a private chat'
|
||||
].join('\n')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user