migrate to aiogram 3.10.0
This commit is contained in:
13
helper_bot/utils/state.py
Normal file
13
helper_bot/utils/state.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from aiogram.fsm.state import StatesGroup, State
|
||||
|
||||
|
||||
class StateUser(StatesGroup):
|
||||
START = State()
|
||||
SUGGEST = State()
|
||||
ADMIN = State()
|
||||
CHAT = State()
|
||||
PRE_CHAT = State()
|
||||
BAN_2 = State()
|
||||
BAN_3 = State()
|
||||
BAN_4 = State()
|
||||
BAN_FINAL = State()
|
||||
Reference in New Issue
Block a user