mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 11:11:46 -05:00
Update run_win.bat
This commit is contained in:
parent
b196b391ce
commit
f64827b626
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ title AleeBot Console
|
|||
:main
|
||||
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 absettings.json file and include the token of your bot user so that the bot does not error out when connecting to Discord Servers.
|
||||
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 --------------------------------------------------------------------------------
|
||||
|
@ -40,4 +40,4 @@ goto main
|
|||
:cexit
|
||||
echo Exiting...
|
||||
pause>nul
|
||||
exit
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue