From 6d5a21e0add8ec42f0bdd59dd9508af5a035a598 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 12 Mar 2022 23:44:04 -0700 Subject: added link protection, actually need to test it though lol --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') 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 .. -- cgit v1.2.3