7 lines
No EOL
132 B
Batchfile
7 lines
No EOL
132 B
Batchfile
REM Future Note, The Starting Bot is just index.js for linux...
|
|
echo off
|
|
cls
|
|
title Discord Bot
|
|
echo Starting Bot
|
|
node index.js
|
|
pause |