diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-24 15:51:28 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-24 15:51:28 -0400 |
| commit | a98266c87f693147f782394eeb5821d8cf6c4fea (patch) | |
| tree | 9c9210df079302a64095eced463e6c6e70a971b0 | |
| parent | 41e64a4cb59494643805a5c968d8a3c4ff97cd4f (diff) | |
| download | PokeBot-a98266c87f693147f782394eeb5821d8cf6c4fea.tar.gz PokeBot-a98266c87f693147f782394eeb5821d8cf6c4fea.tar.bz2 PokeBot-a98266c87f693147f782394eeb5821d8cf6c4fea.zip | |
JIMP
| -rw-r--r-- | run.cmd | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -2,18 +2,16 @@ 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 ------------------------------ +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! :a git pull node bot.js |
