6 lines
68 B
Batchfile
6 lines
68 B
Batchfile
|
echo off
|
||
|
cls
|
||
|
title Discord Bot
|
||
|
echo Starting Bot
|
||
|
node index.js
|
||
|
pause
|