mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 01:04:02 +00:00
feat(bot): add anonymous feedback flow
This commit is contained in:
@@ -9,7 +9,8 @@ export function createTelegramBot(token: string): Bot {
|
||||
'Household bot scaffold is live.',
|
||||
'Available commands:',
|
||||
'/help - Show command list',
|
||||
'/household_status - Show placeholder household status'
|
||||
'/household_status - Show placeholder household status',
|
||||
'/anon <message> - Send anonymous household feedback in a private chat'
|
||||
].join('\n')
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user