replkeepalive
v2.0.1
Published
Npmjs Repl.it keepAlive script
Downloads
4
Maintainers
Readme
replkeepalive NPMJS package
replkeepalive is a NPMJS package made to keep your discord repl.it bot always on, even if you close the tab/the browser, and YOU can do so in these few steps:
npm install replkeepalive@latest
or
npm i replkeepalive@latest
then at the bottom top of your bot index.js / main.js file put
const { keepAlive } = require('replkeepalive')
then at the bottom (above your client.login) put
keepAlive()
Once you have done this you will get something which looks like this
then copy that link at the top and put it into your favourite html hosting (I like to use uptimerobot.com free tier)
And boom you have a 24/7 repl