Red-DiscordBot/startRedLoop.bat
2016-02-16 05:14:19 +01:00

8 lines
64 B
Batchfile

@Echo off
chcp 65001
:Start
python red.py
timeout 3
goto Start