Update README with current features
All checks were successful
Docker Build and Push (Multi-architecture) / build-and-push (push) Successful in 21s

This commit is contained in:
2025-09-24 14:59:12 +00:00
parent e64a455d23
commit 03cd1f9511

View File

@@ -191,17 +191,15 @@ python generate_config.py
### Bot Commands
#### `/server_status [server_name] [channel]`
Display a server's status embed in the specified channel (or current channel if not specified).
**Example:**
```
/server_status server_name: "Minecraft Survival" channel: #game-servers
```
#### `/server_status`
Display an interactive context menu containing all available servers which can be selected to create an embed for a given server.
#### `/refresh_embeds` (Admin only)
Force a refresh of all server status embeds. This is useful if embeds become out of sync.
#### `/purge_embeds` (Admin only)
Delete all embeds from the Discord guild.
### Embed System
Status embeds include:
@@ -226,7 +224,7 @@ The bot implements two levels of access control:
1. **Guild Restriction**: Only works in the Discord server specified in `AllowedGuildID`
2. **Role Requirement**: Users must have the "Game Server User" role to interact with server controls
Administrators can use the `/refresh_embeds` command.
Administrators can use the `/refresh_embeds` and `/purge_embeds` command.
## Logging System