@jlbubbles0920_yt/discordbots.js
v1.0.3
Published
This is the Discord Bots api, but maintained by a user.
Downloads
3
Readme
@jlbubbles0920_yt/discordbots.js
Hey, welcome to the Discord Bots API. Lets get straight to the point!
Usage/Examples
Server Count Post
const db-api = require('@jlbubbles0920_yt/discordbots.js');
// client should be defined as your discord client.
const serverCountAPI = new db-api.serverCountAPI('authtoken', client);
serverCountAPI.init().then(response => console.log(response));
// If you want to get a json response, you can do JSON.parse() method