diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-24 15:49:13 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-24 15:49:13 -0400 |
| commit | 41e64a4cb59494643805a5c968d8a3c4ff97cd4f (patch) | |
| tree | a08ece7ce5c6e6e093547b914b15e93514f531b1 /run.cmd | |
| parent | c61e5e5bf2fad83b7b0fe7514f8767c2d22951b1 (diff) | |
| download | PokeBot-41e64a4cb59494643805a5c968d8a3c4ff97cd4f.tar.gz PokeBot-41e64a4cb59494643805a5c968d8a3c4ff97cd4f.tar.bz2 PokeBot-41e64a4cb59494643805a5c968d8a3c4ff97cd4f.zip | |
thingy
Diffstat (limited to 'run.cmd')
| -rw-r--r-- | run.cmd | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ @echo off title PokeBot Console + +echo ------------------------------ +echo |Welcome to PokeBot 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! | +echo ------------------------------ :a git pull node bot.js |
