fix help string

This commit is contained in:
LenAnderson 2023-12-14 16:11:03 +00:00
parent 372ef2172e
commit 5e61ff8d05
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@ jQuery(() => {
title - bool - title / tooltip to be shown on button, e.g., title="My Fancy Button"
`.trim();
const qrUpdateArgs = `
newlabel - text - new text fort the button, e.g. newlabel=MyRenamedButton
newlabel - string - new text fort the button, e.g. newlabel=MyRenamedButton
${qrArgs}
`.trim();
registerSlashCommand('qr-create', qrCreateCallback, [], `<span class="monospace" style="white-space:pre;">(arguments, [message])\n arguments:\n ${qrArgs}</span> creates a new Quick Reply, example: <tt>/qr-create set=MyPreset label=MyButton /echo 123</tt>`, true, true);