aboutsummaryrefslogtreecommitdiff
path: root/twitch-bot/commands.json
blob: 5efa150fe6c8c30aac3891b48fe41936662a6d9a (plain)
1
2
3
4
5
6
7
8
9
10
[
  {
    "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!"
  }
]