Specify JSON in /var help

This commit is contained in:
Cohee
2024-09-01 23:04:51 +03:00
parent a993671873
commit 873f25e330

View File

@ -2086,7 +2086,7 @@ export function registerVariableCommands() {
splitUnnamedArgumentCount: 1,
helpString: `
<div>
Get or set a variable. Use <code>index</code> to access elements of a list or dictionary.
Get or set a variable. Use <code>index</code> to access elements of a JSON-serialized list or dictionary.
To convert the value to a specific JSON type when using with <code>index</code>, use the <code>as</code> argument.
</div>
<div>