Add configurable dwell delay to Twitch bot

This commit is contained in:
Max Goodhart
2020-07-02 21:41:04 -07:00
parent e71d54b1b0
commit ca038a2cf6
3 changed files with 15 additions and 4 deletions

View File

@@ -110,6 +110,11 @@ function parseArgs() {
number: true,
default: 60,
})
.option('twitch.announce.delay', {
describe: 'Time to dwell on a stream before its details are announced',
number: true,
default: 30,
})
.group(
[
'control.username',