mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🚀 Изменение(index): Добавлена консольная печать в index.ts.
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user