I got a problem here.
I recently decided to move my bot to replit so I can host it 24/7 and now I am having a problem. The bot sends all outputs twice.
Here's the code of my index.js file: https://pastebin.com/Y8Q6mpiw
the const KeepAlive = require ('./keep_alive.js') part is so the bot stays online so, that isnt the problem.
Take a look at the console's pic, you can see two instances of the client once ready console log. Idk how to explain this.