2.1.0 • Published 1 year ago

bot-ping v2.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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:

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");
2.1.0

1 year ago

2.0.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago