Compare commits
2 Commits
914fde7803
...
f06539ae6f
Author | SHA1 | Date |
---|---|---|
adriano | f06539ae6f | |
adriano | 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