Update README with current features
All checks were successful
Docker Build and Push (Multi-architecture) / build-and-push (push) Successful in 21s
All checks were successful
Docker Build and Push (Multi-architecture) / build-and-push (push) Successful in 21s
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user