This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
lset/twitch-bot/commands.json

11 lines
257 B
JSON
Raw Normal View History

2022-03-11 16:23:51 -07:00
[
{
"command": "commandhere",
"reply": "You ran !commandhere, so I sent this message. You can change the ! to whatever string you wish by editing the settings.json file"
},
{
"command": "cool",
"reply": "You ran a cool command!"
}
]