Search code examples
node.jsherokudiscorddiscord.js

How to host a discord bot in heroku(error)


im trying to host a discord bot on heroku but I have this error.

Link to the photo of the error

I have the last version of discord.js and Node.js

My procfile is like this

worker: node ./src/index.js

Solution

  • Heroku is using old version of node.js, that's why you can see this error! You can't update this version sadly, so there is no real solution for you