aboutsummaryrefslogtreecommitdiff
path: root/twitch-bot/commands.json
diff options
context:
space:
mode:
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!"
+ }
+]