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?
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.