From a99367187341b4b3e4d4f9237d6d635f7dd03ffd Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:04:15 +0300 Subject: [PATCH] Fix arg name in help string --- public/scripts/variables.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/scripts/variables.js b/public/scripts/variables.js index a892e2db9..e627da0d6 100644 --- a/public/scripts/variables.js +++ b/public/scripts/variables.js @@ -932,7 +932,7 @@ export function registerVariableCommands() {
/setvar key=color green
  • -
    /setvar key=colors index=3 type=string blue
    +
    /setvar key=colors index=3 as=string blue
  • @@ -1058,7 +1058,7 @@ export function registerVariableCommands() {
    /setglobalvar key=color green
  • -
    /setglobalvar key=colors index=3 type=string blue
    +
    /setglobalvar key=colors index=3 as=string blue