bot-listweb-api

1.0.2 • Public • Published

botlist-web-api

official module to interact with bot-listweb api

Installation

npm i bot-listweb-api

Example

Example of posting server count with Discord.js

const Discord = require("discord.js");
const client = new Discord.Client();
const BW = require("bot-listweb-api");
const botlistApi = new BW("Your token", client);

Example of posting server count manually with Discord.js

const Discord = require("discord.js");
const client = new Discord.Client();
const BW = require("bot-listweb-api");
const botlistApi = new BW("Your token", client);
botlistApi.apiPost();

Dependents (0)

Package Sidebar

Install

npm i bot-listweb-api

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

2.73 kB

Total Files

3

Last publish

Collaborators

  • nia3208