dbl_botlist_api
v1.0.0
Published
This package will help you poste your bot server count!
Readme
DBL_BOTLIST - # An API wrapper for DBL botlist
Example code:
REMEMBER: ONLY USE TRUE IF YOU USE SHARDS
const Discord = require("discord.js");
const client = new Discord.Client();
const dbl = require("dbl_botlist_api");
client.on("ready", () => {
setInterval(function(){
dbl.apiPosteBotlist('DBL_BOTLIST_TOKEN', client, true/false)
}, 1800000);
});- This is official DBL BOTLIST wrapper.
- Links:
https://discordbotslist.org https://discord.gg/JWjCVVU
