1.0.0 • Published 1 year ago

kickchatbot v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

kickbot

Simple kick.com chat bot.

todo:

  • read messages live from chat
  • send messages to chat

How to use:

import {connectToChat, chat} from './main.js';


chat.on('messages', function (data){
    console.log(data);
})

connectToChat(1240760, 1233753);
1.0.0

1 year ago