diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-07 20:12:44 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-07 20:12:44 -0500 |
| commit | 04bbe90d12cb258d9f04ed937ca87829a49d0854 (patch) | |
| tree | befa7896b18aa5844b0a1410926ea8b086e9d8c5 | |
| parent | 658239e0888024256bfa34cee95163b3fcc67ea5 (diff) | |
| download | pokeworld-website-04bbe90d12cb258d9f04ed937ca87829a49d0854.tar.gz pokeworld-website-04bbe90d12cb258d9f04ed937ca87829a49d0854.tar.bz2 pokeworld-website-04bbe90d12cb258d9f04ed937ca87829a49d0854.zip | |
information
| -rw-r--r-- | pokebot/index.html | 13 | ||||
| -rw-r--r-- | typer/index.html | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/pokebot/index.html b/pokebot/index.html index 3e4d3ea..f53b887 100644 --- a/pokebot/index.html +++ b/pokebot/index.html @@ -26,7 +26,18 @@ <div class="container"> <h1>PokeBot</h1> <h2>The bot that powers our entire server.</h2> - <p>Hi, I am dummy developer text.</p> + <p>PokeBot is the bot that powers our server. It adds on to PokeCord's commands by allowing for team and gym support for the PokeWorld server. It is best used with Pokecord as it was built as an addon for Pokecord</p> + <h2>Download</h2> + <p>If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our <a href="https://github.com/PokeWorld/PokeBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/PokeWorld/PokeBot/releases">release</a> which are proven to be a lot more stable then the random things we put on the main branch.</p> + <p></p> + <h2>Changelog</h2> + <ul> + <li>v0.3 - Fun Commands!</li> + <li>v0.2.5 - Trading Gyms!</li> + <li>v0.2 - New, easier command system.</li> + <li>v0.1.1 - Lots of bugfixes.</li> + <li>v0.1 - First release!</li> + </ul> </div> <footer> <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> diff --git a/typer/index.html b/typer/index.html index 9c69b2d..af01792 100644 --- a/typer/index.html +++ b/typer/index.html @@ -34,7 +34,7 @@ <a href="https://travis-ci.org/PokeWorld/Typer"><img src="https://travis-ci.org/PokeWorld/Typer.svg?branch=master"></a> <h2>Changelog</h2> <ul> - <li>v0.1 - First release</li> + <li>v0.1 - First release!</li> </ul> </div> <footer> |
