voidbots
TypeScript icon, indicating that this package has built-in type declarations

2.6.3 • Public • Published

VoidBots-NPM

An official module for interacting with the voidbots.net API

Installation

npm install voidbots

Documentation

Documentation can be found here

Example

Example of posting server count with supported libraries (Discord.js and Eris)

const Discord = require("discord.js");
const client = new Discord.Client();
const VoidBotsClient = require("voidbots");
const voidbots = new VoidBotsClient('Your voidbots.net token', { autoPost: true, webhookEnabled: true }, client);

// Optional events
voidbots.on('posted', () => {
  console.log('Server count posted!');
})

voidbots.on('error', e => {
 console.log(`Oops! ${e}`);
})

voidbots.on('voted', data => {
  console.log(`${data.user} has voted for ${data.bot}`)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.6.3
    1
    • latest

Version History

Package Sidebar

Install

npm i voidbots

Weekly Downloads

9

Version

2.6.3

License

MIT

Unpacked Size

13.5 kB

Total Files

10

Last publish

Collaborators

  • danplayz0
  • ashmw