E:\e\GameBot>node bot_fox.js node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<IncomingMessage>".] { code: 'ERR_UNHANDLED_REJECTION' }
проставь во всех функциях try { // something } catch (e) { return console.error(e.toString()) } JavaScript try { // something } catch (e) { return console.error(e.toString()) }