https://github.com/eero-lehtinen/status-bot
A Discord bot for showing game server status
https://github.com/eero-lehtinen/status-bot
discord-bot games server-status
Last synced: over 1 year ago
JSON representation
A Discord bot for showing game server status
- Host: GitHub
- URL: https://github.com/eero-lehtinen/status-bot
- Owner: eero-lehtinen
- License: mit
- Created: 2021-04-24T12:42:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T20:10:37.000Z (over 2 years ago)
- Last Synced: 2025-01-22T21:16:18.539Z (over 1 year ago)
- Topics: discord-bot, games, server-status
- Language: TypeScript
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://pm2.keymetrics.io/) (for running multiple bots at once)
## Usage
```sh
# Install dependencies
npm install
# Create config.json based on config.example.json
# Run for development
npm run start --
# Run all games in config.json with PM2
npm run build
pm2 start ecosystem.config.js
```