Categories
How to make the bot write several paragraphs in 1 sentence?
How to make the bot write several paragraphs in one sentence when using the /help command. I am writing a bot on node.js using Visual Studio Code. UPD For Discord
Answer the question
In order to leave comments, you need to log in
You can use js es6 syntax. This is a demo answer to show how a multiline variable works :)
let a = ``; a += `Первый абзац`; a += `\n`; //сколько угодно новых строк a += `Второй абзац`
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question