Genie Discord forum

How do I grab the headers from a message? I'm building a GET/POST API.

You can use the postpayload
function for POST
And params(:paramname)
for GET

Ah perfect - thanks!
How do I grab the headers from a message? I'm building a GET/POST API.
You can use the postpayload
function for POST
And params(:paramname)
for GET
Ah perfect - thanks!