add profile dialog
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class StartSG(StatesGroup):
|
||||
class UserStartSG(StatesGroup):
|
||||
start = State()
|
||||
Reference in New Issue
Block a user