Discordia icon indicating copy to clipboard operation
Discordia copied to clipboard

Multiple lines

Open MDdiamondOrigin opened this issue 3 years ago • 1 comments

I just want to ask, is there any way to send messages in multiple lines?

Example: Line1: Hey, Line2: How are you today? Line3: ----------------------

MDdiamondOrigin avatar Jan 15 '22 13:01 MDdiamondOrigin

You can add a newline to a string by typing \n, ie. channel:send("first line\nsecond line"). However, the best way to get help with your code is to join the Discord API or Discordia servers, rather than opening an issue.

object-Object avatar Jan 15 '22 14:01 object-Object