2.1.0 • Published 2 years ago
bot-ping v2.1.0
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
- Must have latest discord.js
- Must have enabled SERVER MEMBERS INTENT in your bot to get exact numbers You can enable it from https://discord.com/developers/applications/
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");
2.1.0
2 years ago
2.0.0
2 years ago
1.1.9
2 years ago
1.1.8
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago