This commit is contained in:
vrubelroman 2026-06-09 11:50:47 +00:00
parent 0e3a0bfc48
commit a5e3e6903d

View file

@ -3,7 +3,7 @@ from dotenv import load_dotenv
load_dotenv()
IS_PROD = False
IS_PROD = True
# Telegram Bot Configuration (Production)
TELEGRAM_BOT_TOKEN_PROD = "8241474807:AAH684LTY93aXRou4-LtqU5-p8LuEjzYn8U"