Closed as not planned
Description
Is your feature request related to a problem? Please describe.
Discord has no feature to create embeds with multiple columns on each row(e.g. 2x2), so the guide suggests using "blank fields". In order to use them, you need to write something like "\u200B" in both name and value fields. But this looks actual awful.
There's a better alternative. You can use "\t" instead of the way described in the current guide. It looks a little prettier and an embed has less space between rows.
So my suggestion is replacing "\u200B" to "\t" in the guide, because this looks nicer.
Describe the solution you'd like
Replace "\u200B" to "\t" escaped symbol in the guide about creating embeds in discord.js.
Describe alternatives you've considered
No response
Additional notes
No response