Este equipo especializado despúes de muchos días de investigación y de recopilar de información, hallamos los datos necesarios, queremos que te resulte útil en tu trabajo.
Ejemplo 1: incrustación de discord.js
const exampleEmbed =
color:0x0099ff,
title:'Some title',
url:'https://discord.js.org',
author:
name:'Some name',
icon_url:'https://i.imgur.com/wSTFkRM.png',
url:'https://discord.js.org',,
description:'Some description here',
thumbnail:
url:'https://i.imgur.com/wSTFkRM.png',,
fields:[
name:'Regular field title',
value:'Some value here',,
name:'u200b',
value:'u200b',
inline:false,,
name:'Inline field title',
value:'Some value here',
inline:true,,
name:'Inline field title',
value:'Some value here',
inline:true,,
name:'Inline field title',
value:'Some value here',
inline:true,,],
image:
url:'https://i.imgur.com/wSTFkRM.png',,
timestamp:newDate(),
footer:
text:'Some footer text here',
icon_url:'https://i.imgur.com/wSTFkRM.png',,;
message.channel.send( embed: exampleEmbed );
Ejemplo 2: descripción de incrustación de discordia
// at the top of your fileconstDiscord=require('discord.js');// inside a command, event listener, etc.const exampleEmbed =newDiscord.MessageEmbed().setColor('#0099ff').setTitle('Some title').setURL('https://discord.js.org/').setAuthor('Some name','https://i.imgur.com/wSTFkRM.png','https://discord.js.org').setDescription('Some description here').setThumbnail('https://i.imgur.com/wSTFkRM.png').addFields( name:'Regular field title', value:'Some value here', name:'u200B', value:'u200B', name:'Inline field title', value:'Some value here', inline:true, name:'Inline field title', value:'Some value here', inline:true,).addField('Inline field title','Some value here',true).setImage('https://i.imgur.com/wSTFkRM.png').setTimestamp().setFooter('Some footer text here','https://i.imgur.com/wSTFkRM.png');
channel.send(exampleEmbed);
Si sostienes alguna suspicacia o capacidad de perfeccionar nuestro reseña eres capaz de ejecutar un paráfrasis y con gusto lo ojearemos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)