1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-16 01:26:17 +00:00

minor fixes

This commit is contained in:
er8dd
2024-03-02 23:53:43 +04:00
parent 7a0ce10c56
commit eeb6c65f36
2 changed files with 6 additions and 2 deletions

View File

@@ -7,9 +7,9 @@ from olgram.settings import TORTOISE_ORM, OlgramSettings
from olgram.utils.permissions import AccessMiddleware
from server.custom import init_redis
import olgram.commands.menu # noqa: F401
import olgram.commands.bots # noqa: F401
import olgram.commands.start # noqa: F401
import olgram.commands.menu # noqa: F401
import olgram.commands.bot_actions # noqa: F401
import olgram.commands.info # noqa: F401
import olgram.commands.promo # noqa: F401