Code Refactoring

This commit is contained in:
machka
2025-05-14 08:43:23 +00:00
parent 7f94d794d6
commit d406baf0c1
33 changed files with 6015 additions and 3571 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
from aiogram .fsm .state import State ,StatesGroup
from aiogram.fsm.state import State, StatesGroup
class UserPromoStates (StatesGroup ):
waiting_for_promo_code =State ()
class UserPromoStates(StatesGroup):
waiting_for_promo_code = State()