5 lines
68 B
Batchfile
5 lines
68 B
Batchfile
|
@echo off
|
||
|
title Discord: Thaldrin v3
|
||
|
:start
|
||
|
node index.js
|
||
|
goto start
|