1.6.0 • Published 2 years ago

discoprenk v1.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

discotime

allows you to monitor/uptime your bot

How to use ?

install discotime npm install discotime

Now copy paste this code in your main file

const { uptime } = require('discotime');

uptime();

token('YOUR TOKEN') // Note: if you already have your token then remove this line

Update 1.5.0

Whats new?

  • fast bootup
  • 4s downtime in 24h
  • multi-purpose bot template

Setup code for multi-purpose bot

const { uptime } = require('discotime');

uptime();

prefix('!')

ownerID('YOUR ID')

token('YOUR TOKEN') // Note: if you already have your token then remove this line
1.6.0

2 years ago