From df192d3c19261cd56249ba61c7604843c0b3272a Mon Sep 17 00:00:00 2001 From: Tim Potze Date: Sun, 17 May 2026 15:05:52 +0200 Subject: [PATCH] Update commands.md --- docs/features/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/commands.md b/docs/features/commands.md index 974d693..46f2f52 100644 --- a/docs/features/commands.md +++ b/docs/features/commands.md @@ -66,7 +66,7 @@ Command names come from the `Name` property of the attribute. If `Name` is not s **Examples:** - Method `KillCommand()` → command name `kill` -- Method `ServerStatus()` → command name `server_status` +- Method `ServerStatus()` → command name `serverstatus` - Method `StatusCommand()` → command name `status` - Method `Help()` → command name `help`