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')
1 Reply
d.js toolkit
d.js toolkit18h 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!

Did you find this page helpful?