SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
697 stars 143 forks source link

Multiple lines #331

Open MDdiamondOrigin opened 2 years ago

MDdiamondOrigin commented 2 years ago

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

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

object-Object commented 2 years ago

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.