Compare commits

...

2 Commits

Author SHA1 Message Date
adriano f06539ae6f Merge branch 'master' of github.com:AdrianoRobson/projeto-hit 2024-05-10 04:47:07 -03:00
adriano f7e71af633 feat: Reduce timer for bot message check 2024-05-10 04:46:38 -03:00
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ const handleMessage = async (
console.log("repet.occurrences: ", repet.occurrences); console.log("repet.occurrences: ", repet.occurrences);
if (repet.occurrences > 10) { if (repet.occurrences > 5) {
await transferTicket(0, wbot, ticket); await transferTicket(0, wbot, ticket);
await SendWhatsAppMessage({ await SendWhatsAppMessage({