mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 19:42:04 -05:00
5 lines
65 B
Batchfile
5 lines
65 B
Batchfile
@echo off
|
|
:1
|
|
echo [INFO] Starting AleeMod
|
|
node aleemod.js
|
|
goto 1
|