“incrustar html” Código de respuesta

incrustar html

<!-- For an embed you use the iframe tag, which is a closed tag -->

<iframe></iframe>

<!-- and then for attaching websites or cloud videos, audios etc you use the src attribute -->

<iframe src="https://mywebsite.com"></iframe>
Yasin

empotrar

if(command === '<The command name>'){
	const embed = new Discord.MessageEmbed();
	.setTitle('Title')
	.setDiscription('Discription')


	message.channel.send(embed)
   
}
Worried Wombat

Respuestas similares a “incrustar html”

Preguntas similares a “incrustar html”

Más respuestas relacionadas con “incrustar html” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código