This repository has been archived on 2022-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot/run.bat

7 lines
103 B
Batchfile
Raw Normal View History

2020-11-01 00:34:36 -07:00
@echo off
:start
2020-08-20 00:02:05 -07:00
node index.js
2020-11-01 00:34:36 -07:00
@echo.
@echo Press any key to restart bot...&pause >nul
call %~n0