-
I'm running a config with multiple accounts and was wondering how to setup streamers in the main config file. I got it working somewhat by creating seperate streamer files in the streamers folder, but it does not like the parameters in my streamer config and uses the default settings which I set in my main config. So from that I have 2 questions:
ex. Streamer config: (
"claimMoments" : true,
"joinChat" : true,
"participateCampaigns" : true
) ex. Main config: {
"accounts": [
{
"username" : "mt7",
"loginMethod" : {
"type" : "tv",
"password" : ""
},
"defaultStreamerSettings" : {
"claimMoments" : true,
"joinChat" : true,
"participateCampaigns" : true
},
"streamerConfigDirectories" : [
{
"path" : "streamers",
"recursive" : true
}
]
},
... ## ditto for Additional accounts |
Beta Was this translation helpful? Give feedback.
Answered by
Rakambda
Mar 3, 2023
Replies: 1 comment 2 replies
-
(
...
) Parenthesis are not a valid JSON syntax. Use curly brackets. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nexus667
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parenthesis are not a valid JSON syntax. Use curly brackets.