From 9eb5b3102216ea60169acff71c15e13db0264e44 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 11 Mar 2022 16:23:51 -0700 Subject: finished cleaning twitch bot --- twitch-bot/commands.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 twitch-bot/commands.json (limited to 'twitch-bot/commands.json') 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!" + } +] -- cgit v1.2.3