Red-DiscordBot/startRedLoop.bat
Twentysix 7a82c9ec68 Twitch alert system, custom commands' list
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
2016-01-08 15:56:21 +01:00

7 lines
53 B
Batchfile

@Echo off
:Start
python red.py
timeout 2
goto Start