change directory after install

This commit is contained in:
Bryson Steck 2022-03-11 22:08:07 -07:00
parent 71d716fee5
commit 787a307b83

View file

@ -20,6 +20,7 @@ echo
echo "install: installing tmi node module for the twitch bot"
cd twitch-bot
npm install tmi.js
cd ..
clear
echo "Done installing!"