Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bot-ping

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bot-ping

Best and easy to use multi-purpose discord.js package.

  • 2.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

bot-ping

Best and easy to use multi-purpose discord.js package.

Follow me: https://github.com/Hjgaming

Support Server: https://discord.gg/7wmb5x7qp4

Features [2.1.0]

  • Advance bot stats

PREVIEW

Change logs

  • No changes rn

Things to know

Require bot-ping

const { ServerStats , LoadNotification } = require("bot-ping");

Examples:

ServerStats:

  • You must give the value of [ Discord , bot, GuildId, Statschannel ]
const { ServerStats , LoadNotification } = require("bot-ping");
const Discord = require("discord.js");

const client = new Discord.Client()

client.on("ready", async () => {
    LoadNotification();
    console.log(`${client.user.tag} is now online.`);
    });

client.on("ready", async () => {

  const bot = client; //if you have <Client> as client 
  const GuildId = "Your-Guild-Id";
  const Statschannel = "Stats-Channel-Id";

 ServerStats(Discord , bot , GuildId , Statschannel)


})

client.login("BotToken");

Keywords

FAQs

Package last updated on 27 Nov 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc