bfd.js

5.0.0 • Public • Published

NPM

Getting Started

Simply Run npm install bfd.js@latest

Usage

Example of posting a bots servercount to the API

const BFD = require("bfd.js");
const bfd = new BFD('Your Token');
bfd.postStats('your server count', 'your bot id');

Example of getting bot info

const BFD = require("bfd.js");
const bfd = new BFD('Your Token');
bfd.getBot('bot-id');

Readme

Keywords

Package Sidebar

Install

npm i bfd.js

Homepage

bfd.js.org

Weekly Downloads

33

Version

5.0.0

License

MIT

Unpacked Size

2 kB

Total Files

3

Last publish

Collaborators

  • mrsheldon