Skip to content

Commit

Permalink
Create start.bat
Browse files Browse the repository at this point in the history
Added start.bat for Windows Support
  • Loading branch information
Benjamin Thiele committed Apr 8, 2022
1 parent b2893b5 commit 3a2151c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions start.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo off
cls
echo Starting Bot
node index.js
pause

0 comments on commit 3a2151c

Please sign in to comment.