How to use the Discod EMBED bot correctly

Asked

Viewed 950 times

0

How is it possible to format the message the bot sends like this? I can even do it, but I can’t put divisions on the same line, and if possible there’s a way to put background in the division? inserir a descrição da imagem aqui

3 answers

0


Which library you are using?
If you are using discord.js should use: .addField("nome", "valor", true).
The last argument is whether to show the field on the same line.

0

Use the Rich.Embed() to create the embeds
You can create a Let to set all Field as inline
let inline = <true>
.addFiled("<nome">", "valor", inline)

-1

If I’ve been using the version 12 of Discord.js use Message.Embed() to create the embeds. To do the inline splitting add inline as: true.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.