From 6b2b2589acbc3847b821443aaf430f2992d58bca Mon Sep 17 00:00:00 2001 From: Oscar Date: Thu, 28 May 2026 13:03:47 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5(index):=20=D0=94=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=81=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20=D0=BF=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B2=20index.ts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f836423..792f72a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ import { registerHHCommands, triggerHHStart } from './hh/bot-commands.js' process.on('unhandledRejection', (reason) => { console.error('[unhandledRejection]', reason) }) - +console.log('hi') registerHHCommands() bot.onText(/\/start/, async (msg) => {