shay
shay
DIAdiscord.js - Imagine an app
Created by shay on 1/3/2024 in #djs-questions
How would I go around making a message embedded while also having buttons?
So, I have the code for a message with 5 buttons and it works. I just would like to know how I could embed it to make it look nicer.
const response = await interaction.reply({
content: 'Choose a king.',
components: [buttonRow],
});
const response = await interaction.reply({
content: 'Choose a king.',
components: [buttonRow],
});
this is the part where the message details are given, im not sure whether i should just show the entire file though.
13 replies