lolmak
DIAdiscord.js - Imagine an app
•Created by lolmak on 6/17/2024 in #djs-questions
Can I make a list of options for each user separately in Slash command?
Yes, indeed. Thanks, guys.
7 replies
DIAdiscord.js - Imagine an app
•Created by lolmak on 6/17/2024 in #djs-questions
Can I make a list of options for each user separately in Slash command?
I've seen implementations of this in other bots. Could it be that it's just not in Discord.js?
7 replies
DIAdiscord.js - Imagine an app
•Created by lolmak on 6/12/2024 in #djs-questions
createMessageComponentCollector timeout answer
That's a good one, thanks!
I'll add
if (interaction.isButton()) {}
to the handler and put a check inside by timestamp.8 replies