“incorporar html” Respostas de código

incorporar 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

Embutir

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


	message.channel.send(embed)
   
}
Worried Wombat

Respostas semelhantes a “incorporar html”

Perguntas semelhantes a “incorporar html”

Mais respostas relacionadas para “incorporar html” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código