diff options
| -rw-r--r-- | run_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_win.bat b/run_win.bat index 6561eeb..7fddb3d 100644 --- a/run_win.bat +++ b/run_win.bat @@ -7,7 +7,7 @@ echo 1. Create a absettings.json file and include the token of your bot user so echo 2. You will need to edit this file that you ran, and remove the 'git pull" line. This causes errors as it will try to pull from the AleeBot git. echo 3. Finally, you must credit the developers (AleeCorp Developers will work fine). echo -------------------------------------------------------------------------------- -echo To start the bot when you are ready, type in 'Yes' or tpye in 'debug' to enter into debug mode. +echo To start the bot when you are ready, type in 'Yes' or type in 'debug' to enter into debug mode. set /p start= if %start% == Yes goto a |
