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
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 node.js
You are not signed in. Login or sign up in order to post.