I have recently update my Discord Bot code from js v12 to v13 and my node.js is up to date. I'm running my Bot on Heroku and when i push new changes, the error pops up saying UnhandledPromiseRejectionWarning: ReferenceError: AbortController is not defined
. When i check my node version in VS Code, it says v16.7.0
but in heroku log says, v14.17.5
. The code works fine when ran from VS Code
Discord.js Version: v13.0.1
Node.js Version: v16.7.0