add twitch bot client

This commit is contained in:
Jay
2018-07-16 00:51:18 +08:00
parent 5755b465cb
commit 5d67834adf
3 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ module.exports = {
},
twitch: {
clientid: process.env.TWITCH_CLIENT_ID || '',
subsecret: process.env.TWITCH_SUB_SECRET || ''
subsecret: process.env.TWITCH_SUB_SECRET || '',
chat_host: process.env.TWITCH_CHAT_HOST || '',
bot_oauth: process.env.TWITCH_BOT_OAUTH || ''
},
google: {
apikey: process.env.GOOGLE_API_KEY || ''