“Osadza html” Kod odpowiedzi

Osadza 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

osadzać

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


	message.channel.send(embed)
   
}
Worried Wombat

Odpowiedzi podobne do “Osadza html”

Pytania podobne do “Osadza html”

Więcej pokrewnych odpowiedzi na “Osadza html” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu