OwlShogunate
DIAdiscord.js - Imagine an app
•Created by OwlShogunate on 2/21/2025 in #djs-questions
createMessageComponentCollector not a function
Hello, I searched this server for my issue and found some similar ones. However, the answer usually seems to be what I'm already doing (awaiting a reply first and calling the create on the reply).
Running the code above, I get "message.createMessageComponentCollector is not a function". I saw some examples using .resource.message to access the create method, and when I try that I don't get the error but nothing gets collected
8 replies
DIAdiscord.js - Imagine an app
•Created by OwlShogunate on 12/19/2023 in #djs-questions
Select Menu Collector
Having some trouble with my collector, per usual since last time I did it took me forever as well. Just threw this together looking through some docs, tutorials, and stackoverflow. The menu pops up and my options are correct but my collector just never collects. Discord.js Version 14.14.1, node version 18.16.0, here's my code:
15 replies
DIAdiscord.js - Imagine an app
•Created by OwlShogunate on 12/8/2023 in #djs-questions
Permanent Collector?
Hey all, just wondering if there was anything like a permanent collector. I haven't seen anything around the documentation I've read before, but I recently found that MatterMost essentially stores actions in buttons to make permanent events happen so I was wondering if Discord had a similar abililty. Let me know if you know of a way, and thanks in advance. Currently on discord.js version 14.11 and node 18.16.0 but open to upgrading if necessary
5 replies