npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

discord-live-bot-status-advanced

v1.2.0

Published

Advanced real-time Discord bot status tracker with embed dashboard and pagination

Readme

🟢 LiveBotStatus — Real-Time Discord Bot Monitoring

LiveBotStatus is a plug-and-play module to track and display real-time status of your own Discord bot (uptime, ping, status, guild/user count, etc.) using a beautiful embed sent to a channel of your choice.

✅ Self-contained. No external dashboard needed.
✅ Fully real-time & auto-updating every 15 seconds.
✅ Includes manual /refreshbotstatus command.


📦 Installation

npm i discord-live-bot-status-advanced

🚀 Usage

In your bot's entry file (e.g., index.js):

  const LiveBotStatus = require('discord-live-bot-status-advanced');

  const token = process.env.DISCORD_TOKEN;
  const channelId = process.env.DISCORD_CHANNEL_ID;

 LiveBotStatus({ token, channelId });

📊 Live Embed Preview

Once your bot goes online, it will post an embed like:

🤖 Live Bot Status Dashboard

🟢 YourBotName
Status: online
Servers: 34
Users: 8,432
Ping: 42ms
Uptime: 2d 3h 15m 12s
Commands: 0
Last Updated: 10 June 2025, 6:30 PM

The embed automatically refreshes every 15 seconds.


🛠 Features

| Feature | Description | |----------------------|-------------------------------------------------| | 🔁 Auto Refresh | Embed updates every 15 seconds with live data | | 💬 Slash Command | Use /refreshbotstatus to manually update | | 📶 Ping | Live WebSocket ping of your bot | | 📡 Status | Online, idle, dnd, offline | | 🕒 Uptime | Automatically tracks bot uptime | | 👥 Guild & User Count | Live stats from your bot's guilds and users | | 🧠 Command Count | (Optional) You can update this manually later |


🧩 Slash Commands Setup

This module automatically registers the /refreshbotstatus command.

No additional setup required.


🧪 Development Notes

  • Built with discord.js v14.
  • Works perfectly in Pterodactyl, Render, Railway, VPS, or even local.
  • Supports 100% uptime environments.

🤝 Discord Server Join

Join: For support, discussions, or to stay updated, join our Discord Server.

❓ FAQ

Q: Will this track other bots in my server?
A: No. This module is designed to track only the bot that installs it, ensuring data privacy and reliability.

Q: Can I track multiple bots?
A: This version is single-bot only by design. Multi-bot dashboard support may come in a future version.

Q: Can I customize the embed?
A: Absolutely! Fork the module and adjust the _createEmbed() method for your style.

Q: Who Made This Package?
A: This package was created by HJGaming (also known as Arbotix Codez). If you use this code or package in any form, you must give proper credit to the original creator. Failure to do so may result in copyright claims or takedown notices. Respect open-source contributions!.


💡 To-Do / Ideas

  • [ ] Web dashboard (optional)
  • [ ] Historical data/logs
  • [ ] Bot restart detection
  • [ ] Command tracking API

📄 License

MIT License © 2025