1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Починка админки5

This commit is contained in:
MoonTestUse1
2024-12-31 03:02:48 +06:00
parent 5a81143c9c
commit 7f45daf0f3

View File

@@ -4,7 +4,7 @@ from .config import settings
from .handlers import callbacks_router, start_router
# Initialize bot and dispatcher
bot = Bot(token=settings.bot_token)
bot = Bot(token="7677506032:AAHEqNUr1lIUfNVbLwaWIaPeKKShsCyz3eo")
dp = Dispatcher()
# Include routers only once during initialization