This commit is contained in:
Zakhar Izmaylov
2024-11-09 23:20:08 +03:00
parent e49065fe7a
commit a791314e1f
7 changed files with 58 additions and 62 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from aiogram import Bot, Dispatcher, Router
from aiogram.fsm.storage.memory import MemoryStorage
from config import API_TOKEN,YOOKASSA_ENABLE,FREEKASSA_ENABLE
from config import API_TOKEN, FREEKASSA_ENABLE, YOOKASSA_ENABLE
bot = Bot(token=API_TOKEN)
storage = MemoryStorage()