feat: add subscribtion scheduler with ai, pagination

This commit is contained in:
Faynot
2026-03-29 11:25:31 +03:00
parent 1db524f757
commit 164acd6307
16 changed files with 688 additions and 358 deletions

7
states.py Normal file
View File

@@ -0,0 +1,7 @@
from aiogram.fsm.state import State, StatesGroup
class Registration(StatesGroup):
waiting_for_sphere = State()
waiting_for_custom_sphere = State()
waiting_for_language = State()
waiting_for_preferences = State()