New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

shieldbotlistapi

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

shieldbotlistapi

Hey, welcome to the Shield Bot List API. Lets get straight to the point!

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Shield Bot List API

Hey, welcome to the Shield Bot List API. Lets get straight to the point!

Authors

  • The Team

Support

For support, you may create a private ticket or go in the help channel in our discord.

Discord: https://discord.gg/rmZkZPR5CX

Usage/Examples

Server Count Post

const APIs = require('shieldbotlistapi');
// client should be defined as your discord client.
const serverCountAPI = new APIs.serverCountAPI('authtoken', client);
serverCountAPI.init().then(response => console.log(response));
// If you want to get a json response, you can do JSON.parse() method

Get Likes Last 24 hours


const likeAPI = new APIs.likeApi('authtoken', client);
likeAPI.init().then(textRep => {
    const response = JSON.parse(textRep);
    console.log(response.users.length);
});
// parse it so you can access JSON props.

Thank you for using Shield Bot List

Keywords

sbk

FAQs

Package last updated on 19 Feb 2022

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