havoc-listing
v1.1.0
Published
NPM package to push api updates for discord bots
Downloads
16
Maintainers
Readme
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);