S
S
sarui2020-07-08 15:15:36
JavaScript
sarui, 2020-07-08 15:15:36

How to make an embed like this?

How to make such an embed to a bot message?5f05b8ce09a97575573936.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-07-08
@sarui

const embed = new Discord.MessageEmbed()
  .setColor('#0099ff')
  .setTitle('Avatar URL')
  .setURL('ссылка')
  .setAuthor('pivovar#6367')
  .setImage('url_картинки')

message.channel.send(embed);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question