feat(bot): add multi-household setup flow

This commit is contained in:
2026-03-09 03:40:20 +04:00
parent f3991fe7ce
commit e63d81cda2
21 changed files with 3337 additions and 9 deletions

View File

@@ -11,6 +11,9 @@ export function createTelegramBot(token: string, logger?: Logger): Bot {
'Available commands:',
'/help - Show command list',
'/household_status - Show placeholder household status',
'/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',
'/anon <message> - Send anonymous household feedback in a private chat'
].join('\n')
)