aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index db2dbeb..22804a1 100755
--- a/install.sh
+++ b/install.sh
@@ -48,6 +48,7 @@ cd ..
echo
echo "install: installing tmi node module for the twitch bot"
cd twitch-bot
+touch mods.txt trusted_users.txt
npm install tmi.js
cd ..