Skip to content

Commit 3a2151c

Browse files
committed
Create start.bat
Added start.bat for Windows Support
1 parent b2893b5 commit 3a2151c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

start.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
echo off
2+
cls
3+
echo Starting Bot
4+
node index.js
5+
pause

0 commit comments

Comments
 (0)