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

часть функционала бота

This commit is contained in:
mihalin
2021-09-06 03:02:08 +03:00
parent aae253c540
commit fe9e7bd111
5 changed files with 92 additions and 70 deletions

View File

@@ -4,10 +4,10 @@ from tortoise import Tortoise
from olgram.router import dp
from olgram.settings import TORTOISE_ORM
import olgram.commands.bot
import olgram.commands.bots
import olgram.commands.start
import olgram.commands.menu
import olgram.commands.bot_actions
async def init_database():