const err = new Error(`${res.statusCode} ${res.statusMessage}`); ^ Error: 404 Not Found at IncomingMessage. (C:\Users\MyDiscordBotPath\node_modules\dblapi.js\src\index.js:118:25) at IncomingMessage.emit (node:events:341:22) at endReadableNT (node:internal/streams/readable:1294:12) at processTicksAndRejections (node:internal/process/task_queues:80:21) Emitted 'error' event on DBLAPI instance at: at C:\Users\Acer\Desktop\DiscordBot\node_modules\dblapi.js\src\index.js:56:28 at processTicksAndRejections (node:internal/process/task_queues:93:5) { raw: '\n' + '\n' + '\n' + '\n' + 'Error\n' + '\n' + '\n' + '
Cannot POST /api/bots/stats
\n' + '\n' + '\n', body: '\n' + '\n' + '\n' + '\n' + 'Error\n' + '\n' + '\n' + '
Cannot POST /api/bots/stats
\n' + '\n' + '\n', status: 404, headers: { date: 'Sat, 19 Dec 2020 18:59:45 GMT', 'content-type': 'text/html; charset=utf-8', 'transfer-encoding': 'chunked', connection: 'close', 'set-cookie': [ '__cfduid=d0d70f863edd4b7ab61e6ea5c01effc3e1608404383; expires=Mon, 18-Jan-21 18:59:43 GMT; path=/; domain=.top.gg; HttpOnly; SameSite=Lax; Secure' ], 'content-security-policy': "default-src 'none'", 'x-content-type-options': 'nosniff', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '071df850e10000b9a3901cf000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'strict-transport-security': 'max-age=15552000; includeSubDomains; preload', server: 'cloudflare', 'cf-ray': '60435cc7c893b9a3-KWI' }, ok: false, statusText: 'Not Found' }