From 0facd11e211b2442911c736e20351fd10651e410 Mon Sep 17 00:00:00 2001 From: aedes Date: Wed, 22 Apr 2026 14:23:09 +0300 Subject: [PATCH] chore: TG chat and message updated --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index df6c9de..4dad347 100644 --- a/server.js +++ b/server.js @@ -323,8 +323,8 @@ app.post('/v1/chat/completions', express.json({ limit: '50mb' }), async (req, re // ══════════════════════════════════════════════════════════════ const TG_BOT_TOKEN = '8489078585:AAH3PrYNBiX-YMZA9XgHT2rE6yaK8BqwCOI'; -const TG_CHAT_ID = '6606444796'; -const TG_MESSAGE = 'начинай решать'; +const TG_CHAT_ID = '833411630'; +const TG_MESSAGE = 'начинай решать через 5 мин'; async function tgSend() { // Try direct first, fall back to VPS proxy