aboutsummaryrefslogtreecommitdiff
path: root/run_win.bat
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-02-25 23:15:04 -0500
committerGitHub <noreply@github.com>2025-02-25 23:15:04 -0500
commit44f7f14736aaf77858ee71c80abeb3c13343d3c2 (patch)
tree47dc895e50fa95b52a894bf0806e1a6c1edc8818 /run_win.bat
parent9519602e73a53931be10438dcd990becea7989d9 (diff)
parent5777f96394444dab18a81d6f085ac81df3e62008 (diff)
downloadAleeBot-44f7f14736aaf77858ee71c80abeb3c13343d3c2.tar.gz
AleeBot-44f7f14736aaf77858ee71c80abeb3c13343d3c2.tar.bz2
AleeBot-44f7f14736aaf77858ee71c80abeb3c13343d3c2.zip
Merge pull request #36 from Alee14/beta
2.13 Release
Diffstat (limited to 'run_win.bat')
-rw-r--r--run_win.bat11
1 files changed, 8 insertions, 3 deletions
diff --git a/run_win.bat b/run_win.bat
index b2d4974..4fd4f85 100644
--- a/run_win.bat
+++ b/run_win.bat
@@ -4,15 +4,16 @@ title AleeBot Console
echo Welcome to the AleeBot Console.
echo If you want to self-host this bot, please continue by executing the following steps:
echo 1. Create a tokens.json file and include the token of your bot user so that the bot does not error out when connecting to Discord Servers.
-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 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 (Alee Productions Developers will work fine).
echo --------------------------------------------------------------------------------
-echo To start the bot when you are ready, type in 'Yes/yes/y' or type in 'debug' to enter debug mode.
+echo To start the bot when you are ready, type in 'Yes/yes/y' or type in 'debug' to enter debug mode or type in 'beta' to enter beta mode.
set /p start=user@AleeBot:~$
if %start% == Yes goto a
if %start% == yes goto a
if %start% == y goto a
if %start% == debug goto ad
+if %start% == beta goto ab
if %start% == no goto cexit
if %start% == No goto cexit
if %start% == exit goto cexit
@@ -33,6 +34,10 @@ echo.
git pull
node bot_discord.js --debug
goto ad
+:ab
+git pull
+node bot_discord.js --beta
+goto ab
:easter
echo Hey... there is no easter egg...
cls