FridayNightFunkinBoyfriendBot/main.sh

6 lines
109 B
Bash
Raw Normal View History

while true; do
echo "Starting FNFBoyfriendBot...."
2024-05-02 09:33:01 -04:00
node --max-old-space-size=1000 src/index.js
sleep 1
done