aboutsummaryrefslogtreecommitdiff
path: root/twitch-bot
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-11 18:33:23 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-11 18:33:23 -0700
commit52ce2333b026556cc60bcc080a04e8a6a50812e2 (patch)
tree1b0c951c5d13f04480a0328b55e1d19473b1d20d /twitch-bot
parentae99c19866beffa409a513bbc21516bc10f07256 (diff)
downloadlset-52ce2333b026556cc60bcc080a04e8a6a50812e2.tar
lset-52ce2333b026556cc60bcc080a04e8a6a50812e2.tar.gz
lset-52ce2333b026556cc60bcc080a04e8a6a50812e2.tar.bz2
init mod_commands file
Diffstat (limited to 'twitch-bot')
-rw-r--r--twitch-bot/mod_commands.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/twitch-bot/mod_commands.json b/twitch-bot/mod_commands.json
index e69de29..39732bf 100644
--- a/twitch-bot/mod_commands.json
+++ b/twitch-bot/mod_commands.json
@@ -0,0 +1,6 @@
+[
+ {
+ "command": "modcommand",
+ "reply": "This is a command only a mod can run!"
+ }
+]