Discordjs REST error iirc
I've been getting this error randomly when i start my bot since i updated djs
Unhandled Rejection at: Promise { <rejected> } Reason: 261 | return params;
262 | }
263 | __name(makeURLSearchParams, "makeURLSearchParams");
264 | async function parseResponse(res) {
266 | return res.json();
^
SyntaxError: Unexpected end of JSON input
at C:\Users\komono\node_modules\@discordjs\rest\dist\index.js:266:16
at parseResponse (C:\Users\komono\node_modules\@discordjs\rest\dist\index.js:264:30)