line break
Im trying to break line in my embed description with an external string ( not used directly into the code )
9 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!So , im using google spread sheet for the string that im using in my embed
and when i use this text i get the exact text instead of breaking the line
idk if its the \n syntax , or if its the same with others
here is the result
well yeah
idk why is it happening
i mean if i write the exact string in my embed directly without getting it from the spreadsheet , it works fine as intended , but for some reason thats not the same when i get my text from sheet
idk if i should convert the text somehow to be compatible
Using google sheet api
Its showing the exact data shown in the sheet
this is the image of the sheet cell
there is literal \n
hmm let me see
god that worked , thank you so much 😄