bot-status-pkg
v1.6.0
Published
fetch realtime ping , uptime
Downloads
556
Maintainers
Readme
bot-status-pkg
Best and easy to use for realtime you bot ping,uptime,status display.
Follow me: https://github.com/Hjgaming
Support Server: https://discord.gg/7wmb5x7qp4
Features [2.1.0]
- Advance bot stats in website
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 { startBotStatusTracker } = require('bot-status-pkg');
Examples:
ServerStats:
- You must give the value of [ Botname , Ping , Uptime , Status ]
const { startBotStatusTracker } = require('bot-status-pkg');
client.login(process.env.BOT_TOKEN);
startBotStatusTracker();
ENV FILE
- fill this 2 for work this package
BOT_TOKEN=
MONGO_URI=