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.
Files
discord-bot/run.cmd
Jim Sim c00c05cb77 Got rid of install discord.js
This
cls
if not exist node_modules npm i&pause&call %~n0
2020-11-02 13:32:52 -08:00

7 lines
103 B
Batchfile

@echo off
:start
node index.js
@echo.
@echo Press any key to restart bot...&pause >nul
call %~n0