0.9. переделаны шаблоны, теперь есть возможность отправлять несколько медиа в команде.. надеюсь

This commit is contained in:
Verum
2025-02-25 08:44:06 +07:00
parent 05e6bb5c96
commit 47896a0597
7 changed files with 189 additions and 133 deletions

View File

@@ -3,10 +3,6 @@
# Импортируем библиотеки для экспорта
from aiogram import Router
from .commands import *
from .GUI import *
from .old_files import *
# Создание роутера "test_router"
router = Router(name="test_router")