diff options
Diffstat (limited to 'pokeworld/pokebot/commands/index.html')
| -rw-r--r-- | pokeworld/pokebot/commands/index.html | 8 |
1 files changed, 6 insertions, 2 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> |
