New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bot-status-pkg

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bot-status-pkg

fetch realtime ping , uptime

1.5.0
npm
Version published
Weekly downloads
7
-36.36%
Maintainers
1
Weekly downloads
 
Created
Source

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

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=

Keywords

realtime

FAQs

Package last updated on 30 Nov 2024

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