mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 05:04:02 +00:00
feat(bot): add resident payment confirmation command
This commit is contained in:
@@ -61,6 +61,7 @@ export function createTelegramBot(
|
||||
await ctx.reply(
|
||||
formatTelegramHelpText(locale, {
|
||||
includePrivateCommands: ctx.chat?.type === 'private',
|
||||
includeGroupCommands: ctx.chat?.type === 'group' || ctx.chat?.type === 'supergroup',
|
||||
includeAdminCommands
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user