This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
moderator-bot/states/report_message.py

7 lines
134 B
Python
Raw Normal View History

2022-08-07 04:45:35 -04:00
from aiogram.dispatcher.filters.state import StatesGroup,State
class States(StatesGroup):
state1 = State()
state2 = State()