aboutsummaryrefslogtreecommitdiff
path: root/runbeta.cmd
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-03-28 10:32:08 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-03-28 10:32:08 -0400
commitf9d429322cef42842a5ab565f60c8a87f43d4245 (patch)
tree90059f13c67d5356519a346d9b339fe809ffedd9 /runbeta.cmd
parent2784196f2d48c51d79b69f77bd3280b2a9ef0dc7 (diff)
downloadPokeBot-f9d429322cef42842a5ab565f60c8a87f43d4245.tar.gz
PokeBot-f9d429322cef42842a5ab565f60c8a87f43d4245.tar.bz2
PokeBot-f9d429322cef42842a5ab565f60c8a87f43d4245.zip
PBB console
Diffstat (limited to 'runbeta.cmd')
-rw-r--r--runbeta.cmd18
1 files changed, 18 insertions, 0 deletions
diff --git a/runbeta.cmd b/runbeta.cmd
new file mode 100644
index 0000000..f6ff325
--- /dev/null
+++ b/runbeta.cmd
@@ -0,0 +1,18 @@
+@echo off
+
+title PokeBot Beta Console
+
+echo Welcome to PokeBot Beta Console!
+echo If you ran this without
+echo changing the token, you have
+echo made an error. You are
+echo supposed to navigate to the
+echo config.json file, and change
+echo the token to your bot user's
+echo token. After that, you have
+echo managed to successfully self
+echo host PokeBot!
+:a
+git pull
+node test.js
+goto a