mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
7 lines
129 B
Python
7 lines
129 B
Python
from aiogram.fsm.state import State, StatesGroup
|
|
|
|
|
|
#TODO: Use states somewhere
|
|
class ChangePost(StatesGroup):
|
|
Text = State()
|