1.0.3 • Published 5 years ago

pbl-api v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

NPM

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

You may see new features in fututre.

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago