UNPKG

multi-stream-chatbot

Version:

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

8 lines (6 loc) 152 B
class ChatActionInterface { async getMessage(message, ctx) { throw new Error("Unimplemented") } } module.exports = ChatActionInterface