Update /echo docs helpstring

50a716a59327550ec99f22815e97497279a15c14

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +4 -4Ignore whitespace
public/scripts/slash-commands.js+4 -4
@@ -826,19 +826,19 @@ export function initDefaultSlashCommands() {
826826 ],
827827 helpString: `
828828 <div>
829829 Echoes the provided text to a toast message. UsefulCan be used to display informational messages or for pipes debugging.
830830 </div>
831831 <div>
832832 <strong>Example:</strong>
833833 <ul>
834834 <li>
835835 <pre><code>/echo title="My Message" severity=infowarning This is ana infowarning message</code></pre>
836836 </li>
837837 <li>
838838 <pre><code>/echo title="My Message" color=blackpurple This message is purple</code></pre>
839839 </li>
840840 <li>
841841 <pre><code>/echo onClick={: /echo escapeHtml=false color=transparent cssClass=wider_dialogue_popup <&lt;img src="/img/five.png" />&gt; :} timeout=5000 Clicking on this message within 105 seconds will open the image.</code></pre>
842842 </li>
843843 </ul>
844844 </div>