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