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