()
| 31 | |
| 32 | // Add random delay between 2-5 seconds |
| 33 | function getRandomDelay() { |
| 34 | return Math.floor(Math.random() * 3000) + 2000; |
| 35 | } |
| 36 | |
| 37 | // Add typing indicator |
| 38 | async function showTyping(sock, chatId) { |
no outgoing calls
no test coverage detected