1.1.0 • Published 3 years ago

havoc-listing v1.1.0

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

Havoc Listing

Havoc Listing is a NPM package to upload the bots server count to our servers for our listing site.

Installation

npm i havoc-listing

Usage

Updating Server Count

const havoc = require('havoc-listing');

havoc.updateCount("havocToken", client);

Grabbing Bot Info listed on Havoc

const havoc = require('havoc-listing');

let botInfo = havoc.botInfo("botID");

console.log(botInfo);

License

MIT

1.1.0

3 years ago

1.0.9

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.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago