mirror of
https://code.chipmunk.land/Parker2991/FridayNightFunkinBoyfriendBot.git
synced 2024-11-14 19:34:59 -05:00
5 lines
89 B
Bash
5 lines
89 B
Bash
while true; do
|
|
echo "Starting FNFBoyfriendBot...."
|
|
node --trace-warnings .
|
|
sleep 1
|
|
done
|