mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-09 02:15:34 +00:00
🚀 feat(bot-commands): Добавлена обработка статуса "откликаюсь на вакансии" при команде /apply.
All checks were successful
Deploy / deploy (push) Successful in 46s
All checks were successful
Deploy / deploy (push) Successful in 46s
This commit is contained in:
@@ -127,6 +127,12 @@ export function registerHHCommands() {
|
||||
|
||||
const chatId = msg.chat.id
|
||||
const state = getState(chatId)
|
||||
|
||||
if (state.isApplying) {
|
||||
await bot.sendMessage(chatId, '⏳ Подождите, идут отклики на вакансии...')
|
||||
return
|
||||
}
|
||||
|
||||
const isAwaiting = state.awaitingEmail || state.awaitingQuery || state.awaitingMax || state.awaitingPrompt
|
||||
const isMenuButton = Object.values(BTN).includes(msg.text as typeof BTN[keyof typeof BTN])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user