From c705371ce0c88d399fba78c22d0b9fd725cdef0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Bru=CC=88ckner?= Date: Sun, 18 Feb 2024 10:31:03 -0800 Subject: [PATCH] Add link to command docs --- rcon.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rcon.go b/rcon.go index 39556d5..4054ce5 100644 --- a/rcon.go +++ b/rcon.go @@ -14,6 +14,9 @@ import ( ) // Client represents a client to a Palword RCON server. Only use [NewClient] to instantiate a client. +// +// Available commands are documented at https://tech.palworldgame.com/settings-and-operation/commands#command-list. +// Not all commands listed there are applicable from RCON. type Client struct { address string password string