You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: data.id.id.substring is not a function
at Message._patch (C:\ProgramData\zap-gpt-main\node_modules\whatsapp-web.js\src\structures\Message.js:91:75)
at new Message (C:\ProgramData\zap-gpt-main\node_modules\whatsapp-web.js\src\structures\Message.js:18:24)
at Client.sendMessage (C:\ProgramData\zap-gpt-main\node_modules\whatsapp-web.js\src\Client.js:699:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
Reprodução do erro: /bot teste
C:\ProgramData\zap-gpt-main\node_modules\whatsapp-web.js\src\structures\Message.js:91
this.deviceType = data.id.id.length > 21 ? 'android' : data.id.id.substring(0, 2) == '3A' ? 'ios' : 'web';
^
TypeError: data.id.id.substring is not a function
at Message._patch (C:\ProgramData\zap-gpt-main\node_modules\whatsapp-web.js\src\structures\Message.js:91:75)
at new Message (C:\ProgramData\zap-gpt-main\node_modules\whatsapp-web.js\src\structures\Message.js:18:24)
at Client.sendMessage (C:\ProgramData\zap-gpt-main\node_modules\whatsapp-web.js\src\Client.js:699:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: