2.0.7 • Published 3 years ago

discord-uptime-bot v2.0.7

Weekly downloads
139
License
MIT
Repository
-
Last release
3 years ago

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:

MethodsTypeRequiredDefaultDescription
client("Your bot's token", "your prefix")String, Stringtrue, trueNone, NoneCreate your own Discord uptime bot
webserver(your PORT)Objectfalse3000Create webserver to make it pingable

Notes:

2.0.7

3 years ago

2.0.5

3 years ago

2.0.6

3 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.1.5

3 years ago

2.0.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.9

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago