How to properly use Discod EMBED bot

0

How can you format the message that the bot sends in this way? I can even do it, but I can not put divisions in the same line, and if possible, how can I put background in the division?

    
asked by anonymous 19.09.2017 / 09:13

1 answer

0

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

    
26.03.2018 / 17:28