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! 😉
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.