/* * Хэндлер ошибок бота */ module.exports = (bot, chatId, error) => { console.error(error); bot.sendMessage(chatId, "Непредвиденная ошибка."); };