diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-29 00:01:33 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-29 00:01:33 +0000 |
| commit | f9e25b630833689abcd0f9f868959b941a6a6ef8 (patch) | |
| tree | 1248e9bd04ed083570c9fd3d36faed16607d8310 | |
| parent | c23b71e62c5d498bf540353af2a23c75c55545e6 (diff) | |
| download | pokeworld-website-f9e25b630833689abcd0f9f868959b941a6a6ef8.tar.gz pokeworld-website-f9e25b630833689abcd0f9f868959b941a6a6ef8.tar.bz2 pokeworld-website-f9e25b630833689abcd0f9f868959b941a6a6ef8.zip | |
Restored the old pokebot page and fixed the about page
| -rw-r--r-- | _pages/about.html | 1 | ||||
| -rw-r--r-- | _pages/pokebot.html | 23 |
2 files changed, 23 insertions, 1 deletions
diff --git a/_pages/about.html b/_pages/about.html index aa4d08f..0c6d0a5 100644 --- a/_pages/about.html +++ b/_pages/about.html @@ -1,4 +1,5 @@ --- +title: About layout: splash permalink: /about --- diff --git a/_pages/pokebot.html b/_pages/pokebot.html index c9c3cc4..94440a1 100644 --- a/_pages/pokebot.html +++ b/_pages/pokebot.html @@ -3,4 +3,25 @@ title: PokeBot layout: splash permalink: /pokebot --- -PokeBot is a bot created by jtsshieh, TheEdge and Alee
\ No newline at end of file +<br> +<h1>PokeBot</h1> +<h2>The bot that powers our entire server.</h2> +<p>PokeBot is the bot that powers our server. You can see the list of commands <a href="#">here.</a> 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/UniverseDevGroup/PokeBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/UniverseDevGroup/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>v1.3 - Revival of PokeBot + Gym functionality restored.</li> +<li>v1.2 - More major crashing fixes.</li> +<li>v1.2.5 - More major crashing fixes and listing items.</li> +<li>v1.1 - Major Fixes.</li> +<li>v1.0.1 - Fixes and cleanup.</li> +<li>v1.0 - Economy!</li> +<li>v0.3.5 - A bunch of BugFixes and forcedrop command.</li> +<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>
\ No newline at end of file |
