From 3ac27da4efc13a831bcfaa4ce8421e78566d2bef Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Fri, 17 May 2019 20:35:18 -0400 Subject: [PATCH] better eplanation of scheduling --new option --- Tweety/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweety/README.md b/Tweety/README.md index d288679..e42f2c2 100644 --- a/Tweety/README.md +++ b/Tweety/README.md @@ -88,7 +88,7 @@ twitter --new Schudule a repeating feed of Tweets from a user ``` load scheduler -repeat 300 "twitter --new " +scheduler repeat "echo [twitter --new ]" ``` Want the bot to function like others do parsing out Twitter links and displaying? (Thanks to Hoaas)