I want to make a translate command using the libreTranslate API.
This API requires 3 arguments as the body when the request is sent.
As I understand it, nightbot only allows $(urlfetch) and no fetch/ajax/xhr... so how can I send an API request with a body using urlfetch?
Thanks in advance 🙂