Merge pull request #700 from Fr1ngg/bedolaga-i1q6pf

feat: enrich bot configuration admin panel
This commit is contained in:
Egor
2025-10-04 04:15:48 +03:00
committed by GitHub
2 changed files with 1932 additions and 87 deletions

File diff suppressed because it is too large Load Diff

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()