From 9741a0d662f16b2a24ef57a57328b2061d06e5d7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 31 Mar 2018 21:51:43 -0400 Subject: more cleanup --- runbeta.cmd | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 runbeta.cmd diff --git a/runbeta.cmd b/runbeta.cmd deleted file mode 100644 index 82c8938..0000000 --- a/runbeta.cmd +++ /dev/null @@ -1,24 +0,0 @@ -@echo off - -title PokeBot Beta Console - -echo Welcome to the PokeBot Beta Console. -echo If you want to self-host this bot, please continue by executing the following steps: -echo 1. You may need to go into the code and comment out anything that relates to Discord Bot List, as this will cause errors when self-hosting. -echo 2. Create a config.json file and include the token of your bot user so that the bot does not error out when connecting to Discord Servers. -echo 3. 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 PokeBot git. -echo 4. Finally, you must credit the developers (Universe Development Group or PokeWorld Administrators will work fine). -echo -------------------------------------------------------------------------------- -echo To start the bot when you are ready, type in 'Yes'. -set /p start= - -if %start% == Yes goto a - -echo Exiting... -pause -exit - -:a -git pull -node test.js -goto a -- cgit v1.2.3