From 49d711d29bb624b7d316a09877e57dfc8386025e Mon Sep 17 00:00:00 2001 From: Oscar Date: Thu, 28 May 2026 13:24:10 +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 792f72a..fb725c4 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') +// console.log('hi') registerHHCommands() bot.onText(/\/start/, async (msg) => {