colorbot-twitch/colorbot.config.js
2021-03-22 07:26:06 +01:00

15 lines
No EOL
249 B
JavaScript

module.exports = {
apps : [
{
name: "colorbot-twitch",
script: "./index.js",
watch: true,
env: {
"TWITCH_BOT_KEY": "",
"TWITCH_BOT_USERNAME": "",
"TWITCH_BOT_COLOR_MODE": "loop",
"TWITCH_BOT_INTERVAL": 10
}
}
]
}