aboutsummaryrefslogtreecommitdiff
path: root/pokeworld/pokebot
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-04-03 16:48:19 -0400
committerUnknown <jtsshieh@outlook.com>2018-04-03 16:48:19 -0400
commitee1d1d953e9147ea8081af5b49a3737a7ca57a90 (patch)
treeb11c3cdf8c44edaba50ab43564577eb2e8ab7365 /pokeworld/pokebot
parent9904e9353d382ab5dcd05ca170fb99d52026cca7 (diff)
downloadpokeworld-website-ee1d1d953e9147ea8081af5b49a3737a7ca57a90.tar.gz
pokeworld-website-ee1d1d953e9147ea8081af5b49a3737a7ca57a90.tar.bz2
pokeworld-website-ee1d1d953e9147ea8081af5b49a3737a7ca57a90.zip
cleanup
Diffstat (limited to 'pokeworld/pokebot')
-rw-r--r--pokeworld/pokebot/commands/index.html8
-rw-r--r--pokeworld/pokebot/index.html10
2 files changed, 11 insertions, 7 deletions
diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html
index 1c1cef7..12a2e7a 100644
--- a/pokeworld/pokebot/commands/index.html
+++ b/pokeworld/pokebot/commands/index.html
@@ -17,7 +17,6 @@
<ul>
<li><a href="./../">Home</a></li>
<li class="current"><a href="#">Pokebot</a></li>
- <li><a href="./../thedex">TheDex</a></li>
<li><a href="./../about">About</a></li>
<li><a href="./../rules">Rules</a></li>
</ul>
@@ -58,6 +57,7 @@
<li>lswarns - List the warns that have been placed on you.</li>
<li>purge [number] - Remove a specified amount of messages from the guild.</li>
<li>setLogs [channel id] - Sets the preferred channel to send log messages in.</li>
+ <li>setSuggestions [channel id] - Set's the Suggestions Channel.<li>
<li>softban [@user, reason] - Kicks the user for the specified reason, then deletes the messages they sent.</li>
<li>(PokeWorld) timeout [@user] - Mutes the user.</li>
<li>warn [@user, reason] - Warns a user for the specified reason. This gets recorded in the database.</li>
@@ -80,12 +80,16 @@
<li>forcedrop - Forces the person to drop their gyms. (mod only)</li>
<li>join [team name] - Joins a Pokemon team!</li>
<li>leave - Leaves your current Pokemon team.</li>
+ <li>lsitem [pokemon]|[credits]|[other] - List an item to the marketplace.</li>
<li>tradegym [@user] - Gives your gym to the mentioned user.</li>
</ul>
<h3>Utility</h3>
<ul>
+ <li>character [...text] - Gets the decimal and hexadecimal of (a) character(s)</li>
+ <li>git - Gives the user a link to the git.</li>
+ <li>invite - Gives the user a link to invite the bot.</li>
<li>nick [nickname] - Changes your nickname to the args specified.</li>
- <li>(PokeWorld) suggest [suggestion] - Suggest something to the community moderators for the server. They can accept it or decline it, and community members can vote.</li>
+ <li>suggest [suggestion] - Suggest something to the community moderators for the server. They can accept it or decline it, and community members can vote.</li>
<li>uptime - View how long the bot has been online.</li>
<li>userinfo [Optional: @user] - View your user information, or that of another user.</li>
</ul>
diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html
index 7f0570c..47bbfcb 100644
--- a/pokeworld/pokebot/index.html
+++ b/pokeworld/pokebot/index.html
@@ -17,7 +17,6 @@
<ul>
<li><a href="../">Home</a></li>
<li class="current"><a href="#">Pokebot</a></li>
- <li><a href="../thedex">TheDex</a></li>
<li><a href="../about">About</a></li>
<li><a href="../rules">Rules</a></li>
</ul>
@@ -31,12 +30,13 @@
<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></p>
- <h2>Continuous Intergration Badges (TravisCI, CircleCI)</h2>
- <p>Our friends at travis and circleci have tested the compiling of commands to look for bugs. The badge shows if it has passed or failed the test.</p>
- <a href="https://travis-ci.org/PokeWorld/PokeBot"><img src="https://travis-ci.org/PokeWorld/PokeBot.svg?branch=master"></a>
- <a href="https://circleci.com/gh/PokeWorld/PokeBot"><img src="https://circleci.com/gh/PokeWorld/PokeBot.svg?style=svg"></a>
<h2>Changelog</h2>
<ul>
+ <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>