pbl-api
v1.0.3
Published
A library for integrating with PBL
Downloads
2
Readme
PBL-API.js
The official package for posting server count to PBL
Installation
Simply run npm install pbl-api
Usage
Posting Bot Server Count:
const PBL = require('pbl-api');
const Client = new PBL.Client({
id: 'your-bot-id', botToken: 'your-bot-pbl-token'
});
Client.postServerCount(20); //you can use <client>.guilds.size also