mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
7 lines
53 B
Batchfile
7 lines
53 B
Batchfile
@Echo off
|
|
:Start
|
|
|
|
python red.py
|
|
timeout 3
|
|
|
|
goto Start |