In current state if the api doesn't respond with anything it says "Error Connecting To Remote Server"
why this problem exists in first place ?
i have a string of 600 character
so if i want to send it to chat. i need to split it with 200 characters each
now lets say i send the last one as the response to the request. and the first and second to Nightbot-Response-Url
due to timeout between each message sent to reponse-url the original request will raise the error 500.
if there was a way to not send anything back it would be nice.
