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