aboutsummaryrefslogtreecommitdiff
path: root/twitch-bot/commands.json
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-11 16:23:51 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-11 16:23:51 -0700
commit9eb5b3102216ea60169acff71c15e13db0264e44 (patch)
tree4c2a7afa2b146bc96e2c6da0fdc1cf9a756556a4 /twitch-bot/commands.json
parentb3e1bd3a1dfdf45fb3d735b3ba9912c66c37e3b9 (diff)
downloadlset-9eb5b3102216ea60169acff71c15e13db0264e44.tar
lset-9eb5b3102216ea60169acff71c15e13db0264e44.tar.gz
lset-9eb5b3102216ea60169acff71c15e13db0264e44.tar.bz2
finished cleaning twitch bot
Diffstat (limited to 'twitch-bot/commands.json')
-rw-r--r--twitch-bot/commands.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/twitch-bot/commands.json b/twitch-bot/commands.json
new file mode 100644
index 0000000..5efa150
--- /dev/null
+++ b/twitch-bot/commands.json
@@ -0,0 +1,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!"
+ }
+]