From e1f6d0ca167964223ca25615a8554d52c8345415 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 4 May 2025 14:42:46 +0100 Subject: Document the existence of the example JSON-RPC client. --- docs/RPC/jsonrpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/RPC/jsonrpc.js b/docs/RPC/jsonrpc.js index 76c284553..cbb4d954a 100644 --- a/docs/RPC/jsonrpc.js +++ b/docs/RPC/jsonrpc.js @@ -8,7 +8,7 @@ class AnopeRPC { * Initializes a new AnopeRPC instance with the specified RPC host. * * @param {string} The RPC host base URL. - * @param {token} The bearer token for authorizing with the RPC token. + * @param {token} The bearer token for authorizing with the RPC interface. */ constructor(host, token = "") { this.host = host; -- cgit