diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 18:33:23 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 18:33:23 -0700 |
commit | 52ce2333b026556cc60bcc080a04e8a6a50812e2 (patch) | |
tree | 1b0c951c5d13f04480a0328b55e1d19473b1d20d | |
parent | ae99c19866beffa409a513bbc21516bc10f07256 (diff) | |
download | lset-52ce2333b026556cc60bcc080a04e8a6a50812e2.tar lset-52ce2333b026556cc60bcc080a04e8a6a50812e2.tar.gz lset-52ce2333b026556cc60bcc080a04e8a6a50812e2.tar.bz2 |
init mod_commands file
-rw-r--r-- | twitch-bot/mod_commands.json | 6 |
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!" + } +] |