markk
markk
DIAdiscord.js - Imagine an app
Created by markk on 12/25/2022 in #djs-questions
How to make collector for select menu?
thank youu for the help!!
7 replies
DIAdiscord.js - Imagine an app
Created by markk on 12/25/2022 in #djs-questions
How to make collector for select menu?
it worked but i got another error on msg.edit part 😅
await msg.edit({ embeds: [embed] })
^

TypeError: msg.edit is not a function
at InteractionCollector.<anonymous> (C:\Users\Mark\Documents\Programming\Discord Bot\TimeLeap\commands\help.js:48:27)
at InteractionCollector.emit (node:events:539:35)
at InteractionCollector.handleCollect (C:\Users\Mark\Documents\Programming\Discord Bot\TimeLeap\node_modules\discord.js\src\structures\interfaces\Collector.js:119:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
await msg.edit({ embeds: [embed] })
^

TypeError: msg.edit is not a function
at InteractionCollector.<anonymous> (C:\Users\Mark\Documents\Programming\Discord Bot\TimeLeap\commands\help.js:48:27)
at InteractionCollector.emit (node:events:539:35)
at InteractionCollector.handleCollect (C:\Users\Mark\Documents\Programming\Discord Bot\TimeLeap\node_modules\discord.js\src\structures\interfaces\Collector.js:119:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
7 replies