my code looks fine but my discord bot is not running
this is a link https://reo-fernandes.glitch.me
Hello @gco360
Are you receiving any errors in your projects console?
Have you used the correct login token in your code?
Hey @gco360, that error is being throw from an event.js
file from inside one of your dependencies.
I suspect the problem is that Glitch is already running your code when you execute that npm start
command. So when you try to start the same code again, it tries to listen to the same port that Glitch is already listening to.