mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-28 07:52:48 -05:00
Add configurable dwell delay to Twitch bot
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user