Discord_API_Bot/start.bat
2024-04-08 06:21:54 -04:00

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