feat: Reduce timer for bot message check
parent
7bc957df77
commit
f7e71af633
|
@ -879,7 +879,7 @@ const handleMessage = async (
|
|||
|
||||
console.log("repet.occurrences: ", repet.occurrences);
|
||||
|
||||
if (repet.occurrences > 10) {
|
||||
if (repet.occurrences > 5) {
|
||||
await transferTicket(0, wbot, ticket);
|
||||
|
||||
await SendWhatsAppMessage({
|
||||
|
|
Loading…
Reference in New Issue