“Embed html” Kode Jawaban

Embed 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

menanamkan

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


	message.channel.send(embed)
   
}
Worried Wombat

Jawaban yang mirip dengan “Embed html”

Pertanyaan yang mirip dengan “Embed html”

Lebih banyak jawaban terkait untuk “Embed html” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya