The MASTER
DIAdiscord.js - Imagine an app
•Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
node:events:491
throw er; // Unhandled 'error' event
^
TypeError: Cannot read properties of undefined (reading 'id')
at InteractionCollector.filter (/media/rachit/RAVEN/projectAlpha/space/main.js:116:85)
at InteractionCollector.handleCollect (/media/rachit/RAVEN/projectAlpha/node_modules/discord.js/src/structures/interfaces/Collector.js:124:39)
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.13.0
I am trying to make a notification bot which will send embeds with button interaction
source code: https://codefile.io/f/NFp1YXfsgM
15 replies