Whenever I run 'node index.js' in the terminal and send a message in the discord server channel, I get this errors:
node:events:491
throw er; // Unhandled 'error' event
^
TypeError: Cannot read properties of null (reading 'displayName')
at /home/tota/Coding Projects/ChatGPT-Discord-Chatbot V2/index.js:41:59
at Array.map ()
at Client. (/home/tota/Coding Projects/ChatGPT-Discord-Chatbot V2/index.js:41:42)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:394:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21)
Node.js v18.14.1
Can someone help me with this?
Whenever I run 'node index.js' in the terminal and send a message in the discord server channel, I get this errors:
node:events:491
throw er; // Unhandled 'error' event
^
TypeError: Cannot read properties of null (reading 'displayName')
at /home/tota/Coding Projects/ChatGPT-Discord-Chatbot V2/index.js:41:59
at Array.map ()
at Client. (/home/tota/Coding Projects/ChatGPT-Discord-Chatbot V2/index.js:41:42)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:394:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21)
Node.js v18.14.1
Can someone help me with this?