I am making command in my bot to send embed with specified parameters (like: title, description...), and I want my bot to recognize \n in user input as new line function (not just "\n" text).
This is how command input looks like:
And this is how command output looks like:
How command output should look like:
line1
line2

