New features

This commit is contained in:
2022-06-05 15:07:48 +03:00
parent 7abdf589aa
commit 63afce795e
11 changed files with 123 additions and 1 deletions

6
state/support.py Normal file
View File

@@ -0,0 +1,6 @@
from aiogram.dispatcher.filters.state import StatesGroup, State
class Support(StatesGroup):
support_id = State()
user_id = State()