mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 04:54:03 +00:00
feat(bot): replace /invite with /join_link command
- Remove /invite command and targeted invite flow - Add /join_link command to generate shareable household join link - Update i18n translations for en and ru - Update command registration to include join_link in admin commands
This commit is contained in:
@@ -40,7 +40,7 @@ const GROUP_ADMIN_COMMAND_NAMES = [
|
||||
'bind_feedback_topic',
|
||||
'bind_reminders_topic',
|
||||
'bind_payments_topic',
|
||||
'invite',
|
||||
'join_link',
|
||||
'pending_members',
|
||||
'approve_member'
|
||||
] as const satisfies readonly TelegramCommandName[]
|
||||
|
||||
Reference in New Issue
Block a user