Thomas Bnt
Explore posts from serversDIAdiscord.js - Imagine a bot
•Created by Thomas Bnt on 10/25/2024 in #djs-questions
Can I pass a props into `interaction.showModal()` ?
I would like to pass a props into
interaction.showModal()
, because I've got separated events and my value channel
is in the command file. ([email protected])4 replies
DIAdiscord.js - Imagine a bot
•Created by Thomas Bnt on 8/1/2024 in #djs-questions
How to get the previous message from a message ?
Hello!
I would like to get the previous message from a message, and create a link like
https://discord.com/channels/${interaction.guild.id}/${message.channel.id}/${message.id}
. If I can make that, I would like help, thanks!10 replies