Discordia
Discordia copied to clipboard
Multiple lines
I just want to ask, is there any way to send messages in multiple lines?
Example: Line1: Hey, Line2: How are you today? Line3: ----------------------
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.