Important : THIS PROJECT NO LONGER ACTIVE!! There is a new project open and working click here to view it.
+ Node Version Requirements: v14+
+ Mongoose Pro Cluster Required
Uptimer is a open-source, free discord bot that allows you to make your projects online 24/7.
==Attention! The Uptimer Bot on Cursor Gaming is closed if you still want to use the bot fork the repository==
Works for Glitch
- Go to Your Project. Click the share button.
- Copy the url in
Live Site
.
- Next Join Cursor Gaming Discord Server and go to the uptimer channel.
- Now add that url in Uptimer bot, using this command
,add <the url you just copied>
.
Works for Repl
- Go to your project. if your project looks like this and it dont have the browser window so continue the steps, if you already have a browser window in the top right corner skip to
step 3
.
- Now go to your main file in my case it is
index.js
, and on the top of your file paste this code, and it will create an express app.
const express = require("express");
const app = express();
const port = 3000;
app.get("/", (req, res) => {
res.send("Hello World!");
});
app.listen(port, () => {
console.log(`Example app listening at Port: ${port}`);
});
-
Next Click
Run
button, if already running stop it andRun
the project, you'll see a browser window appeared in the top right corner. -
Now copy the url in the browser window.
- Next Join Cursor Gaming Discord Server and go to the uptimer channel.
- Now add that url in Uptimer bot, using this command
,add <the url you just copied>
.
If you have any questions regarding this project, or you are not able to use this bot, feel free to ask in our discord server Cursor Gaming
BOT_TOKEN="your bot token"
MONGO_URI="your mongo-db uri"