Discord_API_Bot/start.bat

7 lines
132 B
Batchfile
Raw Normal View History

2024-04-08 11:21:54 +01:00
REM Future Note, The Starting Bot is just index.js for linux...
2024-04-02 03:59:09 +01:00
echo off
cls
title Discord Bot
echo Starting Bot
node index.js
pause