Investigamos en todo internet y así de esta forma brindarte la respuesta a tu problema, si tienes dificultades puedes dejarnos tu duda y te respondemos con gusto.
Ejemplo 1: botón discord.js
//Note that you need the Node module installed!let button =newdisbut.MessageButton().setStyle('red')//default: blurple.setLabel('My First Button!')//default: NO_LABEL_PROVIDED.setID('click_to_function')//note: if you use the style "url" you must provide url using .setURL('https://example.com').setDisabled();//disables the button | default: false
message.channel.send('Hey, i am powered by https://npmjs.com/discord-buttons', button);
Ejemplo 2: botones discord.js
/*Sending multiple embeds and buttons
Assuming you have them created.
*/
message.channel.send('Optional Normal Text',
buttons:[button1, button2],
embeds:[embed1, embed2])// You can do the same for sending only 1 button or embed
message.channel.send('option blahblah',
button: button1,
embed: embed1
)//Just some alternative ways to do this :)
Comentarios y calificaciones
Si posees alguna cuestión o capacidad de arreglar nuestro tutorial puedes ejecutar una interpretación y con mucho gusto lo leeremos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)