1.0.3 • Published 2 years ago

@jlbubbles0920_yt/discordbots.js v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@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

Thank you for using my api!