I ran the example code from the discord.js documentation, with my bots token, and it fails to execute with this error:
(node:9880) UnhandledPromiseRejectionWarning: AbortError: The user aborted a request. at RequestHandler.execute (/home/pi/node_modules/discord.js/src/rest/RequestHandler.js:107:21) at process._tickCallback (internal/process/next_tick.js:68:7) (node:9880) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). (rejection id: 2) (node:9880) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
I have recieved this error on my rpi and my pc