Logo for Uptimer

Upvote Uptimer


Uptimer Is An Free Discord Bot That Allows You To Make Your Projects Online 24/7 Just By Using A Single Cmd.

Back to Uptimer

Uptimer Is A Bot Which Allows You To Make Your Glitch / Repl Project 24/7 For Free And Just By Using A Single Command

How To Use ?

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}`);
});
  1. Next Click Run button, if already running stop it and Run the project, you’ll see a browser window appeared in the top right corner.

  2. Now copy the url in the browser window.

  3. Now add that url in Uptimer bot, using this command ,add <the url you just copied>.

Queries?

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 Coding With Sakshyam

Check out the home page for the full Discord Bot List.