diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 057f032f0..9326f1725 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -115,7 +115,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'bg', Example:
/bg beach.jpg
+ /bg beach.jpg
/sendas name="Chloe" Hello, guys!
+ /sendas name="Chloe" Hello, guys!
will send "Hello, guys!" from "Chloe".
/sys The sun sets in the west.
+ /sys The sun sets in the west.
/sys compact=true A brief note.
+ /sys compact=true A brief note.
/comment This is a comment
+ /comment This is a comment
/comment compact=true This is a compact comment
+ /comment compact=true This is a compact comment
/continue
+ /continue
Continues the chat with no additional prompt.
/continue Let's explore this further...
+ /continue Let's explore this further...
Continues the chat with the provided prompt.
/delname John
+ /delname John
/send Hello there!
+ /send Hello there!
/send compact=true Hi
+ /send compact=true Hi
/memberadd John Doe
+ /memberadd John Doe
/memberremove 2
- /memberremove John Doe
+ /memberremove 2
+ /memberremove John Doe
/peek 5
+ /peek 5
Shows the character card for the 5th message.
/peek 2-5
+ /peek 2-5
Shows the character cards for messages 2 through 5.
/delswipe
+ /delswipe
Deletes the current swipe.
/delswipe 2
+ /delswipe 2
Deletes the second swipe from the last chat message.
/echo title="My Message" severity=info This is an info message
+ /echo title="My Message" severity=info This is an info message
/genraw instruct=off Why is the sky blue?
+ Use instruct=off to skip instruct formatting, e.g. /genraw instruct=off Why is the sky blue?
/genraw stop=["\\n"] Say hi
+ Use stop=... with a JSON-serialized array to add one-time custom stop strings, e.g. /genraw stop=["\\n"] Say hi
/fuzzy list=["a","b","c"] threshold=0.4 abc
+ /fuzzy list=["a","b","c"] threshold=0.4 abc
/pass Hello world
/pass Hello world
/delay 1000
+ /delay 1000
/messages 10
+ /messages 10
Returns the 10th message.
/messages names=on 5-10
+ /messages names=on 5-10
Returns messages 5 through 10 with author names.
/setinput Hello world
+ /setinput Hello world
/popup large=on wide=on okButton="Submit" Enter some text:
+ /popup large=on wide=on okButton="Submit" Enter some text:
/buttons labels=["Yes","No"] Do you want to continue?
+ /buttons labels=["Yes","No"] Do you want to continue?
/trimtokens limit=5 direction=start This is a long sentence with many words
+ /trimtokens limit=5 direction=start This is a long sentence with many words
/trimstart This is a sentence. And here is another sentence.
+ /trimstart This is a sentence. And here is another sentence.