#Discordapierror 50035
28 messages · Page 1 of 1 (latest)
your .reply() has invalid components
and how are those components defined
.addComponents(
new ButtonBuilder()
.setCustomId('health')
.setLabel('Health')
.setStyle (ButtonStyle.Secondary)
.setEmoji(':Health:'),
new ButtonBuilder()
. setCustomId('stamina')
.setLabel('Stamina')
.setStyle(ButtonStyle.Secondary)
.setEmoji(':Melee:'),
new ButtonBuilder()
.setCustomId('melee')
.setLabel('Melee')
.setStyle(ButtonStyle.Secondary)
.setEmoji('<:Stamina:1047587428006899803'),
new ButtonBuilder()
.setCustomId('continue')
.setLabel('Continuar')
.setStyle(ButtonStyle.Success)
.setEmoji('⚔️'),
new ButtonBuilder()
.setCustomId('cancell')
.setLabel('Cancelar')
.setStyle(ButtonStyle.Danger)
.setEmoji('✅')
)```
.setColor(0xf20505)
.setTitle('\`${dinoname}\` Line')
.setDescription('Selecione os status breedados de \`${dinoname}\`')```
got any ideia of what i did wrong?
like this ?
channel.send({ embeds: [criar] });
yes
thx
@little folio its asking me to define it
define the channel
how can i define it
how can i do it
Do what?
send the message in the interaction.reply
tought more about it
just removed the channel
but my row isnt sending
cause you removed the row from the options
message options
got any example of it ? im a dummie in coding at discordjs , srry for it