FridayNightFunkinBoyfriendBot/main.sh
2024-06-15 19:11:07 -04:00

5 lines
111 B
Bash

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