“Встроенный HTML” Ответ

Встроенный 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

внедрение

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


	message.channel.send(embed)
   
}
Worried Wombat

Ответы похожие на “Встроенный HTML”

Вопросы похожие на “Встроенный HTML”

Больше похожих ответов на “Встроенный HTML” по HTML

Смотреть популярные ответы по языку

Смотреть другие языки программирования