Багфиксы с командами

This commit is contained in:
Whyverum
2024-12-18 12:18:26 +07:00
parent 5762a5d6ad
commit 59d584f1c8
3 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
from aiogram import Router, types, F
from aiogram.filters import Command
from BotLibrary import *
from BotCode.keyboards.help_kb import get_help_kb
from keyboards.reply_kb.help_kb import get_help_kb
# Создание роутера и экспорта модулей
__all__ = ("router", "cmd_help", "log_type",)