CorwinDev / Discord-Bot

Discord Bot with over 400 commands and made for large servers
MIT License
652 stars 599 forks source link

When we write a command to the Discord bot via DM, it gives an error. #200

Open MRsuffixx opened 9 months ago

MRsuffixx commented 9 months ago

When we write a command to the Discord bot via DM, it gives an error. For example, when we type "/help" it gives this error. "TypeError: Cannot read properties of null (reading 'id') at client.embed (/home/container/src/handlers/components/embed.js:196:78) at Object.run (/home/container/src/interactions/Command/help.js:53:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Unhandled promise rejection: TypeError: Cannot read properties of null (reading 'name') at module.exports (/home/container/src/events/client/errorCreate.js:19:60) at Client.emit (node:events:513:28) at /home/container/src/events/client/interactionCreate.js:72:28 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"

Felitendo commented 1 day ago

@MRsuffixx did you manage to fix that issue?