feat(bot): add reminders topic binding command

This commit is contained in:
2026-03-10 02:01:56 +04:00
parent 29563c24eb
commit 9c4fe5cb52
15 changed files with 321 additions and 121 deletions

View File

@@ -26,6 +26,7 @@ const GROUP_ADMIN_COMMAND_NAMES = [
'setup',
'bind_purchase_topic',
'bind_feedback_topic',
'bind_reminders_topic',
'pending_members',
'approve_member'
] as const satisfies readonly TelegramCommandName[]