diff options
Diffstat (limited to 'twitch-bot')
-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!" + } +] |