From 118b282a2baffdcca7e32c818dce8be134032a7e Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 24 Aug 2025 16:52:11 +0300 Subject: [PATCH] Update states.py --- app/states.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/states.py b/app/states.py index eb0a7fde..85db3734 100644 --- a/app/states.py +++ b/app/states.py @@ -35,6 +35,9 @@ class AdminStates(StatesGroup): waiting_for_user_search = State() editing_user_balance = State() + extending_subscription = State() + adding_traffic = State() + granting_subscription = State() editing_user_subscription = State() creating_promocode = State() @@ -79,4 +82,4 @@ class SquadCreateStates(StatesGroup): selecting_inbounds = State() class SquadRenameStates(StatesGroup): - waiting_for_new_name = State() \ No newline at end of file + waiting_for_new_name = State()