
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
The official bladebotlist.xyz's api to post your server count easly and interact with the bladebotlist api
The official bladebotlist.xyz's api to post your server count easly and interact with the bladebotlist api
npm install bbl-api
const BBL = require("bbl-api");
const client = new BBL(
"BOT ID", // BOT_ID
"THE API KEY", // API_KEY, use bbl!key gen on the discord server
{
server_count: "2",
interval: 300000,
});
client.on("ready", () => console.log("Client is started !")); // when the module is loaded and ready to post data
client.on("debug", (log) => console.log(log))
client.on("update", () => console.log("Stats updated !")); // autopost or manual post
client.on("error", (error) => console.log(`Something was wrong when the module has posted stats: ${error}`)); // complete reports about errors like invalid api key or bot id
you can also checkout the exemples directory where you can see some examples :P
đ¤ HiiZun
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a âď¸ if this project helped you!
FAQs
The official bladebotlist.xyz's api to post your server count easly and interact with the bladebotlist api
We found that bbl-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: whatâs affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.