Skip to content

TheCodingBuddies/CB_TwitchChatBot

Repository files navigation

Coding Buddies Community Twitch Chat Bot

A Twitch bot of the coding buddies community based on Node.js/Typescript.

Join our Twitch sessions at https://www.twitch.tv/thecodingbuddies

or discuss with us on our discord server: https://discord.gg/GX8sBGhd2Y

still in progress! 😉

Chatbot Setup

add assets/configs/commands.json

example:

{
  "commands": [
    {
      "name": "!dc",
      "response": "<your Discord link>"
    },
    {
      "name": "!hello",
      "response": "Hi"
    }
  ]
}

Duplicated commands lead to an internal error and closes the chatbot.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors