From 92f9d989bf54fe369e5efca739602d3dc7c8a270 Mon Sep 17 00:00:00 2001
From: Gordon Shumway <39967334+oddluck@users.noreply.github.com>
Date: Wed, 24 Apr 2019 17:26:43 -0400
Subject: [PATCH] Update README.md
---
ASCII/README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/ASCII/README.md b/ASCII/README.md
index 743fd63..ee28dc2 100644
--- a/ASCII/README.md
+++ b/ASCII/README.md
@@ -1,6 +1,5 @@
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T8E56M6SP9JH2)
-too much new stuff to detail: wttr (ascii weather) tdf (tdfiglets) read command help text.
ASCII Art Plugin
Convert text to ASCII art or image URLs to ASCII/ANSI art.
@@ -9,9 +8,9 @@ Requires Limnoria https://github.com/ProgVal/Limnoria and Python3
pip install -r requirements.txt
-Configure the delay between lines when outputting ASCII. Setting configurable per channel.
+ASCII Weather from wttr.in
```
-config channel plugins.ascii.delay 0.5 (set a delay of 0.5 seconds between lines, default 1.0)
+wttr
```
Support for the Paste.ee API to save art conversions for later use.
@@ -57,3 +56,8 @@ a2m command requires A2M https://github.com/tat3r/a2m (optional. disable command
p2u
```
p2u command requires p2u https://git.trollforge.org/p2u/about/ (optional. disable command if not installing p2u.)
+```
+tdf [-f ] (select font with -f )
+fonts (list of figlet fonts)
+```
+tdf command requires tdfiglet https://github.com/tat3r/tdfiglet (optional. disable command if not installing tdfiglet.)