This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

discord-uptime-bot

2.0.7 • Public • Published

discord-uptime-bot

With this package, you can create simple Discord uptime bot, which you can use to keep your repl.it projects online!

NPM

downloadsBadge versionBadge

ko-fi

Features:

  • ⏱️ Easy to use
  • 🚀 You can create uptime Discord bot with just 2 lines of code
  • 💾 We are using quick.db for saving the links
  • 🟢 You can keep your repl.it projects online with this bot, but you need to have there webserver (You can also do this with our package - webserver() method)

Example code:

Uptime bot:

const uptime = require("discord-uptime-bot")
uptime.client("your bot's token", "your prefix") // start uptime bot

Creating webserver:

const uptime = require("discord-uptime-bot")
uptime.webserver(3000) // create webserver on PORT 3000

Documentation:

Methods Type Required Default Description
client("Your bot's token", "your prefix") String, String true, true None, None Create your own Discord uptime bot
webserver(your PORT) Object false 3000 Create webserver to make it pingable

Notes:

Package Sidebar

Install

npm i discord-uptime-bot

Weekly Downloads

1

Version

2.0.7

License

MIT

Unpacked Size

102 kB

Total Files

4

Last publish

Collaborators

  • pinglik-developers