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
/home/container/messageHandler.js:33
const users = element.users.map(x => x.id);
^
TypeError: element.users.map is not a function
at ReactionCollector. (/home/container/messageHandler.js:33:34)
at ReactionCollector.emit (node:events:539:35)
at ReactionCollector.handleCollect (/home/container/node_modules/discord.js/src/structures/interfaces/Collector.js:100:12)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered:
Hi, the discord api changed a lot during the last 3-4 years (since this project was created). I didn't actually maintain it over that time. Feel free to create a pull request as I won't regularly care :)
/home/container/messageHandler.js:33
const users = element.users.map(x => x.id);
^
TypeError: element.users.map is not a function
at ReactionCollector. (/home/container/messageHandler.js:33:34)
at ReactionCollector.emit (node:events:539:35)
at ReactionCollector.handleCollect (/home/container/node_modules/discord.js/src/structures/interfaces/Collector.js:100:12)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered: