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:
.setDescription('**— ABRACADABRA !' + '\n' + '_ _' + 'De la fumée sorti du chapeau')
.setDescription('**— ABRACADABRA !' + '\n' + '_ _' + 'De la fumée sorti du chapeau')
6 Replies
d.js toolkit
d.js toolkit3mo ago
- 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
Xardass
XardassOP3mo ago
Hello, 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?
NyR
NyR3mo ago
You could add new lines along with zero width space character
Xardass
XardassOP3mo ago
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. 🤔
NyR
NyR3mo ago
You sure?
No description
NyR
NyR3mo ago
That's with U+200B

Did you find this page helpful?