EcoBot/start.sh
2021-11-23 00:37:00 +01:00

8 lines
145 B
Bash
Executable file

export TOKEN="OTAzNzI0MDYyODE0MTMwMTk2.YXxIng.atweoeQyvGK3NOw3Fpqj6Flni5k"
export SERVER_ID="733451782063390790"
while [ true ]
do
node .
done