White space or white message in an embed
Good evening,
In the bot configuration, when I build an embed on the website, I can put the symbol to create a kind of white space in the embed.
When I try to do this in the code directly with my in-house bot, it doesn't work. Do you know why?
Here's a code snippet:
6 Replies
- 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 OPHello, I'm looking to make a white space between the soccer and and the image in the embed. So that it makes a space and it's not glued. I don't know if you know what I mean?
You could add new lines along with zero width space character
Like \u200B? Or just ' '? Because if it is, it doesn't work on discord mobile, but it does on pc. That's what's so strange. That's why I was asking how it was possible that in the other bot, I could just type ' ' in the embed and it would make the line empty, but in pure code, it doesn't work. 🤔
You sure?

That's with
U+200B