memes
This commit is contained in:
10
config.json
10
config.json
@@ -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",
|
||||||
|
|||||||
2
fgfm.js
2
fgfm.js
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user