How do I keep my bot always running? I'm making a Discord Bot right now!
Hello! To do this, just add this to your code:
require("http").createServer((_, res) => res.end("Alive!")).listen(8080)
Now, just use uptimerobot to ping that page!
@Coder100 What's the page though?
Hello! To do this, just add this to your code:
Now, just use uptimerobot to ping that page!
@Coder100 What's the page though?