diff --git a/README.md b/README.md index 7636739..7b93d07 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ A comprehensive Discord bot for managing Pterodactyl game servers through Discor - **Multi-channel Support**: Status embeds can be placed in any channel - **Smart Updates**: Only updates embeds when significant changes occur - **Role-based Access Control**: Restrict server controls to users with specific roles -- **Single-guild Operation**: Designed for use in one Discord server -- **Persistent Storage**: Remembers embed locations between bot restarts +- **Single-guild Operation**: Designed for use in one Discord server to restrict access +- **Persistent Storage**: Remembers embeds and recreates them between bot restarts - **Comprehensive Logging**: Detailed logs for all operations and errors ## Installation @@ -41,7 +41,7 @@ A comprehensive Discord bot for managing Pterodactyl game servers through Discor 1. Clone the repository: ```bash - git clone https://github.com/yourusername/pterodactyl-discord-bot.git + git clone https://git.serendipity.systems/yourusername/pterodactyl-discord-bot.git cd pterodactyl-discord-bot ``` @@ -87,7 +87,8 @@ Once configured and running, the bot will: 1. Connect to your Discord server 2. Sync slash commands 3. Begin monitoring your Pterodactyl servers -4. Update status embeds every 10 seconds (configurable) +4. Update status embeds whenever server status changes or CPU usage spikes up/down for more than 10 seconds +5. Create power control buttons for each Pterodactyl server monitored ### First Run