How do i make a new line in a text?
local dname = "Server meddelelse"
local dmessage = "**Server 1 er hermed oppe!** Direkte: '''connect 54.36.127.174:30122''' @here"
PerformHttpRequest('https://discordapp.com/api/webhooks/578237675388141578/VZ7KIc8H_zItEp8py1CWSg1zg1uIDLMhbVy_UmdT-BFa96jLdMa_P5', function(err, text, headers) end, 'POST', json.encode({username = dname, content = dmessage}), { ['Content-Type'] = 'application/json' })
Add \n where you want a new line?