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

botscord-api

Package Overview
Dependencies
Maintainers
1
Versions
6
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

botscord-api

This is the official BotsCord-api!

unpublished
latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

Botscord API Documentation

version: 1.0.4

Introduction

const botscord = require('botscord');
var botscordToken = 'botscordToken'; // Get this from https://botscord.xyz/bot/<botID>/settings
var client = "Discord.js Client Object";// Your discord.js client
const botscord_client = new botscord(botscordToken, client);

Post serverCount

client.on('ready', () => {
    botscord_client.serverCount();
}

Keywords

api

FAQs

Package last updated on 13 Aug 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