mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
8 lines
64 B
Batchfile
8 lines
64 B
Batchfile
@Echo off
|
|
chcp 65001
|
|
:Start
|
|
|
|
python red.py
|
|
timeout 3
|
|
|
|
goto Start |