feat: init
This commit is contained in:
5
src/bot/factories/states.py
Normal file
5
src/bot/factories/states.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class AddChannelStates(StatesGroup):
|
||||
waiting_channel = State()
|
||||
Reference in New Issue
Block a user