-
Thanks for this library. It's imho the easiest entry into Discord-bots using Deno. Sending and responding using slash commands ( Is there a basic example? 😇 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out by my own ^-^, I just had to use the proper enums for the types, etc. |
Beta Was this translation helpful? Give feedback.
I figured it out by my own ^-^,
d.reply
wants anInteractionMessageOptions
object that also acceptsembeds
andcomponents
. This article helped me to get on track: https://dev.to/janeth/how-to-program-discord-message-embeds-with-buttons-49dmI just had to use the proper enums for the types, etc.