feat: enrich bot configuration admin panel

This commit is contained in:
Egor
2025-10-04 04:15:31 +03:00
parent f4fe8913fa
commit 39374095eb
2 changed files with 1932 additions and 87 deletions
File diff suppressed because it is too large Load Diff
+5
View File
@@ -132,6 +132,11 @@ class SupportSettingsStates(StatesGroup):
class BotConfigStates(StatesGroup):
waiting_for_value = State()
waiting_for_search_query = State()
waiting_for_import = State()
waiting_for_list_input = State()
waiting_for_copy_source = State()
waiting_for_preset_name = State()
class AutoPayStates(StatesGroup):
setting_autopay_days = State()