mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-18 14:30:40 +01:00
Update README.md
This commit is contained in:
parent
9e8b627661
commit
d8a648a72b
@ -195,7 +195,7 @@ Making a `choose` command:
|
|||||||
<pragma-> !factadd choose /code zsh _arr=($args); print $_arr[$((RANDOM % $#_arr + 1))]
|
<pragma-> !factadd choose /code zsh _arr=($args); print $_arr[$((RANDOM % $#_arr + 1))]
|
||||||
<PBot> choose added to global channel.
|
<PBot> choose added to global channel.
|
||||||
|
|
||||||
Using the `choose` command via an [embedded command](doc/Commands.md#inline-invocation):
|
Using the `choose` command via an [inlined command](doc/Commands.md#inline-invocation):
|
||||||
|
|
||||||
<pragma-> hmm, what should I have for dinner? !{choose chicken "roast beef" pizza meatloaf}
|
<pragma-> hmm, what should I have for dinner? !{choose chicken "roast beef" pizza meatloaf}
|
||||||
<PBot> pizza
|
<PBot> pizza
|
||||||
|
Loading…
x
Reference in New Issue
Block a user