Skip to content

Commit

Permalink
Changed error label
Browse files Browse the repository at this point in the history
  • Loading branch information
chisa-dev committed Jan 28, 2025
1 parent c2dd75a commit 4c8bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktok/tiktok_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function tiktokHandler(bot, chatId, tiktokUrl) {
fs.unlinkSync(videoPath);
} catch (error) {
console.error("Error handling TikTok download:", error);
await bot.sendMessage(chatId, "❌ An error occurred while processing the TikTok video.", error);
await bot.sendMessage(chatId, "❌ Too many request at momemnt Please try again later", error);
}
}

Expand Down

0 comments on commit 4c8bcd9

Please sign in to comment.