From 1645dc0f7ee19595a25181ddf357b22e72867d2c Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Fri, 17 May 2019 21:02:43 -0400 Subject: [PATCH] Update README.md --- Tweety/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tweety/README.md b/Tweety/README.md index 62fc6bc..2cd1e0e 100644 --- a/Tweety/README.md +++ b/Tweety/README.md @@ -88,7 +88,8 @@ twitter --new Schudule a repeating feed of Tweets from a user. Same options as usual apply, just use --new to only return new tweets. ``` load scheduler -scheduler repeat "echo [twitter --new --num ]" +scheduler repeat "echo [tweety twitter --new --num ]" # add repeating command +schduler remove # remove the repeating command ``` Want the bot to function like others do parsing out Twitter links and displaying? (Thanks to Hoaas)