As the title states, i want to know if it is possible to send a multiline message through a webhook using the discord message event. i have attempted the use of \n
within the line, but to no avail. is there another way i'm not aware of or is it not possible to send multiple lines?
An example use for such thing would be for sending a message event to a discord channel when a backup has started, which would look like the following
Started a backup!
filename: filename
time: time
hopefully what I'm trying to convey is somewhat clear.
thanks!