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

Send user id

This commit is contained in:
MoonTestUse1
2024-12-26 04:33:25 +06:00
parent 34d688cfb2
commit 985ea2ca4e

View File

@@ -8,7 +8,7 @@ from pydantic import Field
class Settings(BaseSettings): class Settings(BaseSettings):
"""Bot configuration settings""" """Bot configuration settings"""
bot_token: str = Field("7677506032:AAHduD5EePz3bE23DKlo35KoOp2_9lZuS34", env="TELEGRAM_BOT_TOKEN") bot_token: str = Field("7677506032:AAHduD5EePz3bE23DKlo35KoOp2_9lZuS34", env="TELEGRAM_BOT_TOKEN")
chat_id: str = Field("-1002037023574", env="TELEGRAM_CHAT_ID") chat_id: str = Field("5057752127", env="TELEGRAM_CHAT_ID")
class Config: class Config:
env_file = ".env" env_file = ".env"