Третий стрим
This commit is contained in:
@ -3,3 +3,8 @@ from aiogram.fsm.state import StatesGroup, State
|
||||
|
||||
class ExecuteCommandsSteps(StatesGroup):
|
||||
EXECUTE = State()
|
||||
|
||||
|
||||
class FavoritesCommandsSteps(StatesGroup):
|
||||
ADD = State()
|
||||
DEL = State()
|
Reference in New Issue
Block a user