Add configuration options for twitch mirror

This commit is contained in:
knotteye
2020-10-12 10:54:55 -05:00
parent 5fe4728c11
commit 4ff4a6329d
2 changed files with 9 additions and 2 deletions

View File

@@ -81,6 +81,9 @@ const config: Object = {
username: null,
token: null
}, localconfig['chat']['twitch'])
}
},
twitch_mirror: Object.assign({
enabled: false
}, localconfig['twitch_mirror'])
};
export { config };