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!" + } +]