New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ebl-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ebl-api

EBL Official Api

1.0.2
unpublished
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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?

Keywords

api

FAQs

Package last updated on 11 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts