It's version 0.6.2 I clear code

This commit is contained in:
Niken
2025-11-23 23:17:00 +03:00
parent b6c1c60609
commit 7495062a8a
15 changed files with 183 additions and 97 deletions
+1
View File
@@ -8,6 +8,7 @@ from aiogram.types import Message
from models.state import BotState
from aiogram.filters import Command
from logging import getLogger
import aiohttp
logger = getLogger(__name__)