diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 21:47:19 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 21:47:19 -0400 |
| commit | 2c1f72d6023a2a8424e9504c5313dc32d59cbaaf (patch) | |
| tree | 67943532433a422d19cfd9c2f8ab86955e9c166d | |
| parent | 70b03b3a407aea78204972f063bf02fa7459f744 (diff) | |
| download | pokeworld-website-2c1f72d6023a2a8424e9504c5313dc32d59cbaaf.tar.gz pokeworld-website-2c1f72d6023a2a8424e9504c5313dc32d59cbaaf.tar.bz2 pokeworld-website-2c1f72d6023a2a8424e9504c5313dc32d59cbaaf.zip | |
even more fixes
| -rw-r--r-- | pokeworld/about/index.html | 2 | ||||
| -rw-r--r-- | pokeworld/pokebot/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html index 0e9a459..eb776da 100644 --- a/pokeworld/about/index.html +++ b/pokeworld/about/index.html @@ -41,7 +41,7 @@ <h3>Origination</h3> <p>One day, a server was created. It was called PokeWorld, and 3 people decided to join in on the project; making a Discord bot for the server. These 3 people were jtsshieh, Alee, and TheEdge. This went on, until jtsshieh, and TheEdge decided to leave that server. Then, a few hours later, this PokeWorld you are reading about now was created.</p> <h3>Projects</h3> - <p>We are currently working on a few projects. These include: PokeBot, Typer, and this website.</p> + <p>We are currently working on a few projects. These include: PokeBot and this website.</p> <h4><a href="../pokebot" style="color:white">PokeBot</a></h4> <p>The project that inspired us to keep on going. This is the Discord bot that powers our server; from moderation, to fun commands.</p> <h4>Website</h4> diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html index 73fdc7d..a0af321 100644 --- a/pokeworld/pokebot/index.html +++ b/pokeworld/pokebot/index.html @@ -40,7 +40,7 @@ <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="../pokebot/commands">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/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 than the random things we put on the main branch.</p> + <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> |
