UNPKG

multi-stream-chatbot

Version:

Chatbot framework that listens and sends messages to multiple streaming platforms simultaneously

10 lines (8 loc) 219 B
class TwitchAuth { constructor({ oauthToken, botUsername, channel }) { this.oauthToken = oauthToken this.botUsername = botUsername this.channel = channel } } module.exports = TwitchAuth