UNPKG

twitch-sentry

Version:

Configurable Twitch bot, running Node.js using RxJS, TypeScript, lowdb and tmi.

20 lines (16 loc) 340 B
import config from './config'; export const channel = config.defaultChannel; export const options = { options: { debug: true }, connection: { cluster: 'aws', reconnect: true }, identity: { username: config.botName, password: config.auth }, channels: config.channels };