diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-04 14:42:46 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-04 14:45:00 +0100 |
commit | e1f6d0ca167964223ca25615a8554d52c8345415 (patch) | |
tree | 40ae8bfdf376579e861aa05e1ded345f3a0fc87c /docs/RPC/jsonrpc.js | |
parent | bb9074cbd585ca1b595b7520b5bf38c4619eed62 (diff) |
Document the existence of the example JSON-RPC client.
Diffstat (limited to 'docs/RPC/jsonrpc.js')
-rw-r--r-- | docs/RPC/jsonrpc.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |