Update README

This commit is contained in:
2025-07-21 23:53:32 -07:00
parent d1138654a9
commit 177febba63

View File

@@ -35,7 +35,7 @@ A feature-rich Discord bot for monitoring and managing Pterodactyl game servers
### Intelligent Updates
- **State Change Detection**: Embeds update immediately when server power state changes
- **Resource Thresholds**: CPU usage changes >50% trigger updates
- **Optimized API Calls**: Minimizes unnecessary requests to both Discord and Pterodactyl APIs
- **Optimized API Calls**: Minimizes requests to the Discord API
### Access Control
- **Guild Restriction**: Operates only in specified Discord server
@@ -111,7 +111,6 @@ The system uses aiohttp for asynchronous HTTP requests and discord.py for Discor
5. For Docker Compose, create a `docker-compose.yml` file:
```yaml
version: '3'
services:
pterodactyl-bot:
build: .
@@ -306,4 +305,4 @@ This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE)
---
**Note**: This bot is designed for single Pterodactyl domain and single Discord server use. For multi-instance support, significant modifications would be required.
**Note**: This bot is designed for single Pterodactyl domain and single Discord guild use. For multi-instance support, significant modifications would be required.