better eplanation of scheduling --new option

This commit is contained in:
Gordon Shumway 2019-05-17 20:35:18 -04:00 committed by GitHub
parent 71a343c036
commit 3ac27da4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ twitter --new <nick>
Schudule a repeating feed of Tweets from a user Schudule a repeating feed of Tweets from a user
``` ```
load scheduler load scheduler
repeat 300 "twitter --new <nick>" scheduler repeat <name> <seconds> "echo [twitter --new <twitter_nick>]"
``` ```
Want the bot to function like others do parsing out Twitter links and displaying? (Thanks to Hoaas) Want the bot to function like others do parsing out Twitter links and displaying? (Thanks to Hoaas)