diff --git a/README.md b/README.md index d52e5e8..d8ed7cd 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +**Note**: This bot is designed for single Pterodactyl domain and single Discord guild use. For multi-instance support, significant modifications would be required. \ No newline at end of file