mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Added !twitchalert !stoptwitchalert to add and remove online alerts about the specified streamer in the channel Added !customcommands for the custom commands list of the server Added startRedLoop.bat for automatically restarting the bot in case of crash
7 lines
53 B
Batchfile
7 lines
53 B
Batchfile
@Echo off
|
|
:Start
|
|
|
|
python red.py
|
|
timeout 2
|
|
|
|
goto Start |