Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 1.88 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.88 KB

discordbotworld-api [DEPRECIATED]

This module will no longer be updated.

Unofficial JS module for interacting with the DiscordBot.World API


npm Version Codacy Badge license

npm Total Downloads npm Weekly Downloads npm Monthy Downloads npm Yearly Downloads npm bundle size (minified)


Fully working with the DiscordBot.World API!

To get started, create the client:

const Discord = require("discord.js");
const client = new Discord.Client();

var dbwapi = require('discordbotworld-api');
const dbw = new dbwapi('DiscordBotWorld Token', client);

For how to use all the features, or to see more info about setting it up, check out the wiki!

If you would like more than just Discord.JS, open an issue or try and help out. But for now D.JS is what im making it for.