aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 19:26:31 -0400
committerTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 19:26:31 -0400
commit7ed3e956d37d50ac8a259e83e32c0eb2633d3dd5 (patch)
treeab8c75459a77fb519fc57a240b633b2a66febd21
parent8b53db5c2b3ec34a56755626e1a8a3749095626b (diff)
downloadpokeworld-website-7ed3e956d37d50ac8a259e83e32c0eb2633d3dd5.tar.gz
pokeworld-website-7ed3e956d37d50ac8a259e83e32c0eb2633d3dd5.tar.bz2
pokeworld-website-7ed3e956d37d50ac8a259e83e32c0eb2633d3dd5.zip
my arms feel like they are about to fall off.
-rw-r--r--pokeworld/pokebot/commands/index.html100
-rw-r--r--pokeworld/pokebot/index.html2
2 files changed, 101 insertions, 1 deletions
diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html
new file mode 100644
index 0000000..3a9a8fa
--- /dev/null
+++ b/pokeworld/pokebot/commands/index.html
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML>
+<!-- The style is based from the ACN website !-->
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>PokeWorld | Pokebot</title>
+ <link rel="stylesheet" href="../css/style.css">
+ </head>
+ <body>
+ <header>
+ <div class="container">
+ <div id="branding">
+ <h1>PokeWorld</h1>
+ </div>
+ <nav>
+ <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>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>PokeBot Commands and Help Contents</h1>
+ <h2>This is the right place to get more information on the bot.</h2>
+ <h3>Thanks for using PokeBot! If you find any bugs or errors, please report an issue on our GitHub!</h3>
+ <p>Now that PokeBot is a public bot, we are making this page so that you can see extra details on bot commands, and what they do.</p>
+ <h2>Command List and Description [Prefix: p:]</h2>
+ <h3>Fun</h3>
+ <ul>
+ <li>8ball [...question] - Randomly picks an answer to your question</li>
+ <li>balance - Show your balance</li>
+ <li>cureboredom - Lists ways to cure your boredom.</li>
+ <li>findmyphone - List cities where your phone may be located.</li>
+ <li>getcredits - Add credits to your account.</li>
+ <li>og151 - Randomly picks one of the original 151 Pokemon, and gives you it's name.</li>
+ <li>ship - Ships you with another person in the guild.</li>
+ <li>slots - Gain money by playing Slots!</li>
+ <li>story - Tells you a story, and includes community members in them!</li>
+ </ul>
+ <h3>Getting Started</h3>
+ <ul>
+ <li>contibute - Links you to the Git so you can contribute to the bot.</li>
+ <li>help - Shows the command contents in Discord.</li>
+ <li>ping - Tells the client pingtime of the bot, and shows if it is responding.</li>
+ <li>(PokeWorld) start - Shows getting started information for PokeWorld.</li>
+ </ul>
+ <h3>Moderation</h3>
+ <ul>
+ <li>ban [@user, reason] - Bans a user for the specified reason.</li>
+ <li>(PokeWorld) interrogate [@user] - Place a suspicious user in interrogation.</li>
+ <li>(PokeWorld) jail [@user] - Place a user in jail for being bad.</li>
+ <li>kick [@user, reason] - Kicks a user for the specified reason.</li>
+ <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>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>
+ </ul>
+ <h3>Music</h3>
+ <ul>
+ <li>play [song name] - Plays the song in the voice channel you are currently present in.</li>
+ <li>skip - Skips the current song being played in the queue.</li>
+ </ul>
+ <h3>Owners Only</h3>
+ <ul>
+ <li>eval [code] - Evaluates JavaScript code.</li>
+ <li>poweroff - Restarts the bot.</li>
+ <li>say [message] - Makes the bot say something.</li>
+ </ul>
+ <h3>Pokemon (All Commands PokeWorld exclusive.)</h3>
+ <ul>
+ <li>claim - Claims the current gym if empty, or queues the battle.</li>
+ <li>drop - Drops your current gym.</li>
+ <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>tradegym [@user] - Gives your gym to the mentioned user.</li>
+ </ul>
+ <h3>Utility</h3>
+ <ul>
+ <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>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>
+ </div>
+ <footer>
+ <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
+ <a href = "https://discord.gg/YqEUBGr">
+ <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
+ </a>
+ </footer>
+ </body>
+</html>
diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html
index a9ce984..7f0570c 100644
--- a/pokeworld/pokebot/index.html
+++ b/pokeworld/pokebot/index.html
@@ -27,7 +27,7 @@
<div class="container">
<h1>PokeBot</h1>
<h2>The bot that powers our entire server.</h2>
- <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>
+ <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></p>