N
N
Noname_22020-01-26 14:21:20
Node.js
Noname_2, 2020-01-26 14:21:20

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

1 answer(s)
N
Nikita, 2020-01-26
@Noname_2

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 your question

Ask a Question

731 491 924 answers to any question