automation wip

This commit is contained in:
Chris Ham
2018-09-13 18:06:19 -07:00
parent 5dbc673669
commit 8aeea633e0

View File

@@ -255,9 +255,8 @@ const streamInit = (config, obs, twitch) => {
return `[${i+1}] ${e.chatName}`; return `[${i+1}] ${e.chatName}`;
}); });
const sayVote = () => {twitch.botChat.say(twitchChannel, `Vote for which video playlist you'd like to see next using ${config.twitch.cmdPrefix}vote #: ${playlistChoices.join(' | ')}`)}; const sayVote = () => {twitch.botChat.say(twitchChannel, `Vote for which video playlist you'd like to see next using ${config.twitch.cmdPrefix}vote #: ${playlistChoices.join(' | ')}`)};
/*setTimeout(sayVote, 5000); setTimeout(sayVote, 5000);
setInterval(sayVote, 900000);*/ setInterval(sayVote, 900000);
// When: Every 2 Hours // When: Every 2 Hours
// What: Change the video playlist // What: Change the video playlist