mirror of
https://github.com/SrIzan10/Recluse-Bot.git
synced 2026-05-01 10:55:24 +00:00
Create keep_alive.js
This commit is contained in:
6
keep_alive.js
Normal file
6
keep_alive.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const express = require('express');
|
||||
const app = express();
|
||||
const port = 2323;
|
||||
app.get('/', (req, res) => res.send('Bot is is Alive!'));
|
||||
|
||||
app.listen(port, () => console.log(`Atreya YT is listening to http://localhost:${port}`));
|
||||
Reference in New Issue
Block a user