is there a way to vertically pad non monospace text in an embed
I'd like to make neat columns out of my tabular data. I tried playing around with monospace blocks but that looks like 💩 on mobile. If i use
value.padStart(15)
and padEnd()
it seems the whitespaces are collapsed or at least it's not predictable at all. It does not have to be perfect but close enough would be great!1 Reply
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OP