Skip to content

eero-lehtinen/status-bot

Repository files navigation

Game Status Bot for Discord

Shows if a game server is online and how many people are connected to it. Some games also allow you to see the names of the connected players.

Requirements

  • Node.js 16 or higher
  • PM2 (for running multiple bots at once)

Usage

# Install dependencies
npm install

# Create config.json based on config.example.json

# Run for development
npm run start -- <GAME_NAME>

# Run all games in config.json with PM2
npm run build
pm2 start ecosystem.config.js

About

A Discord bot for showing game server status

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published