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: Cannot read properties of undefined (reading 'name')
at /home/runner/BxinoUtilities/commands/prefix/Info/help.js:10:87
at /home/runner/BxinoUtilities/node_modules/@discordjs/collection/dist/collection.cjs:174:14
at Function.from ()
at Map.map (/home/runner/BxinoUtilities/node_modules/@discordjs/collection/dist/collection.cjs:172:18)
at Object.run (/home/runner/BxinoUtilities/commands/prefix/Info/help.js:10:45)
at Client. (/home/runner/BxinoUtilities/events/Guild/messageCreate.js:60:15)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
how to fix
The text was updated successfully, but these errors were encountered:
Your file locations is /commands/prefix/info/help.js
But the handler is suitable for the /commands/info/help.js
The code cannot access the name properties in your file due to different file location, so you can either change the code of the handler or remove your prefix folder.
Nathaniel-VFX
changed the title
still need help
Cannot read properties of undefined (reading 'name')
Dec 1, 2022
i was in class so i cudent answer
im getting this
TypeError: Cannot read properties of undefined (reading 'name')
at /home/runner/BxinoUtilities/commands/prefix/Info/help.js:10:87
at /home/runner/BxinoUtilities/node_modules/@discordjs/collection/dist/collection.cjs:174:14
at Function.from ()
at Map.map (/home/runner/BxinoUtilities/node_modules/@discordjs/collection/dist/collection.cjs:172:18)
at Object.run (/home/runner/BxinoUtilities/commands/prefix/Info/help.js:10:45)
at Client. (/home/runner/BxinoUtilities/events/Guild/messageCreate.js:60:15)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
how to fix
The text was updated successfully, but these errors were encountered: