feat(tg): forum-first adapter complete — handlers, bot.py, 46 tests pass
This commit is contained in:
parent
82dc840544
commit
24c61468d7
9 changed files with 675 additions and 0 deletions
8
adapter/telegram/states.py
Normal file
8
adapter/telegram/states.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class SettingsState(StatesGroup):
|
||||
menu = State()
|
||||
soul_editing = State()
|
||||
Loading…
Add table
Add a link
Reference in a new issue