ebl-api

1.0.2 • Public • Published

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?

Package Sidebar

Install

npm i ebl-api

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

2.72 kB

Total Files

3

Last publish

Collaborators

  • bucksh0t