1.0.3 • Published 5 years ago
pbl-api v1.0.3
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