This commit is contained in:
Chris Ham
2018-09-20 21:56:57 -07:00
parent 754050a811
commit 96a19fe30e
2 changed files with 7 additions and 5 deletions

View File

@@ -60,9 +60,9 @@
"videoPollSize": 5, "videoPollSize": 5,
"currentActivitySceneItemName": "now-showing-txt", "currentActivitySceneItemName": "now-showing-txt",
"commercialInterval": 3600, "commercialInterval": 3600,
"auwChance": 50, "auwChance": 25,
"recentlyPlayedMemory": 5, "recentlyPlayedMemory": 5,
"roomGrindChance": 50, "roomGrindChance": 25,
"roomGrindPlaytime": 1800, "roomGrindPlaytime": 1800,
"defaultSRVolume": 50, "defaultSRVolume": 50,
"vods": [ "vods": [
@@ -474,17 +474,17 @@
{ {
"id": "nmg-gold-escape", "id": "nmg-gold-escape",
"category": "Any% NMG Gold Segment", "category": "Any% NMG Gold Segment",
"label": "Any% NMG Gold Segment: Escape (5:53.2) [2018-02-24]", "label": "Any% NMG Gold Segment: Escape (5:52.43) [2018-09-19]",
"name": "Escape (NMG Gold)", "name": "Escape (NMG Gold)",
"chatName": "Escape (NMG Gold)", "chatName": "Escape (NMG Gold)",
"filePath": "Y:\\media\\videos\\ALttP\\my-vids\\gold-segments\\any%-nmg-nsq\\720p\\timed\\01-[553.2]-2018-02-24-escape.mp4", "filePath": "Y:\\media\\videos\\ALttP\\my-vids\\gold-segments\\any%-nmg-nsq\\720p\\01-[552.43]-2018-09-19-escape.mp4",
"sceneItemProperties": { "sceneItemProperties": {
"crop.left": 0, "crop.left": 0,
"position.x": 320, "position.x": 320,
"scale.x": 960 "scale.x": 960
}, },
"sceneItem": "4x3ph", "sceneItem": "4x3ph",
"length": 358 "length": 360
}, },
{ {
"id": "nmg-gold-eastern", "id": "nmg-gold-eastern",

View File

@@ -524,6 +524,8 @@ const streamInit = (config, obs, twitch) => {
// update vote and inform the user // update vote and inform the user
userVotes[prevVote].vote = userVote; userVotes[prevVote].vote = userVote;
twitch.botChat.say(to, `@${from}, your vote has been updated!`); twitch.botChat.say(to, `@${from}, your vote has been updated!`);
} else {
twitch.botChat.say(to, `@${from}, your vote is already in!`);
} }
} else { } else {
// log user vote // log user vote