1.1.0 • Published 4 years ago

havoc-listing v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago