scroll- irc bot to play ascii art |
git clone git://git.acid.vegas/scroll.git |
Log | Files | Refs | Archive | README | LICENSE |
commit f3221bce35c0a54bfe834e58a809bd213a81f589
parent a8724b0d19794edf0ab9f648acbd7d51200f68f8 Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 26 Jun 2023 03:21:14 -0400 Added experimental notice for .ascii img Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ There is no API key needed, no local art files needed, & no reason to not setup | `@scroll` | information about scroll | | `.ascii <name>` | play the \<name> art file | | `.ascii dirs` | list of art directories | -| `.ascii img <ur>` | convert image \<ur> to art | +| `.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]` | play random art, optionally from the [dir] directory only | |