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)