Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Mar 20, 2018
1 parent dd0db31 commit 1f795ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
title Discord: Example Bot
cd C:\DiscordJSBot
cls
:start
node sharder.js
cls
goto start

0 comments on commit 1f795ee

Please sign in to comment.