scroll- irc bot to play ascii art |
git clone git://git.acid.vegas/scroll.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 51460689501f5481db29a4cfdce80a8009e2f41b
parent 24ebdd695503f18a8041f10eaed52440bf7717c1 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 10 Dec 2024 19:25:14 -0500 Fixed messed up command in readmer Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/README.md b/README.md @@ -21,7 +21,7 @@ Designed to be portable, there is no API key needed, no local art files needed, | `.ascii img <ur>` | convert image \<ur> to art *(experimental, beta status)* | | `.ascii list` | list of art filenames | | `.ascii play <url>` | play the contents of \<url> *(must be a raw pastebin url)* | -| `.ascii random [dir|query]` | play random art, optionally from a [dir] or [query] | +| `.ascii random [dir\|query]` | play random art, optionally from a [dir] or [query] | | `.ascii search <query>` | search art files that match \<query> | | `.ascii settings [<setting> <option>]` | view or change settings | | `.ascii stop` | stop playing art | |