🚀 Изменение(index): Добавлена консольная печать в index.ts.
All checks were successful
Deploy / deploy (push) Successful in 3m33s

This commit is contained in:
Oscar
2026-05-28 13:24:10 +03:00
parent 6b2b2589ac
commit 49d711d29b

View File

@@ -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) => {