FridayNightFunkinBoyfriendBot/main.sh
2024-05-24 10:07:53 -04:00

5 lines
109 B
Bash

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