🚀 Изменение(index): Добавлена консольная печать в index.ts.
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
Oscar
2026-05-28 13:03:47 +03:00
parent 66733c0f75
commit 6b2b2589ac

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')
registerHHCommands()
bot.onText(/\/start/, async (msg) => {