1.0.2 • Published 3 years ago

ebl-api v1.0.2

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

EBL-Api

https://elrexbotlist.tk If you want to control your bot and give various prizes, this Api is for you!

Examples:

const EBL = require("ebl-api");
const ebl = new EBL('EBL PIRATIVE BOT TOKEN');
/* Vote Control */
ebl.hasVoted("CONTROL USER ID").then(control => {
    if (!control) {
        console.log("No Votes")
    } else {
        console.log("There are votes");
    }
});
/* Vote Control */

/* Stats Update */
ebl.postStats({
    serverCount: ((client) ? client.guilds.cache.size : 1)
});
/* Stats Update */

What is EBL PIRATIVE BOT TOKEN?