My bot wont stay online even though uptime robot is keeping it online. Help?
are there any errors in the logs?
There are no errors, I am unsure of what is happening
do you have some sort of basic web server on your code? similar to this:
const express = require('express');
const app = express();
app.use(express.static('public'));
app.get("/", (request, response) => {
console.log(Date.now() + " Ping Received");
response.sendStatus(200)
});
app.listen(process.env.PORT);
I don’t know, Im not much of a coder as I used discord bot maker and used a tutorial to upload the bot to the site.
Uptime robot says everything is running correctly which confuses me
mind inviting me in DMs?
Yes sure, I will send it over