FridayNightFunkinBoyfriendBot/main.sh

5 lines
109 B
Bash

while true; do
echo "Starting FNFBoyfriendBot...."
node --max-old-space-size=1000 src/index.js
sleep 1
done