replkeepalive

2.0.1 • Public • Published

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

/replkeepalive/

    Package Sidebar

    Install

    npm i replkeepalive

    Weekly Downloads

    6

    Version

    2.0.1

    License

    none

    Unpacked Size

    1.93 kB

    Total Files

    4

    Last publish

    Collaborators

    • dwright14