diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-07-11 11:09:42 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-07-11 11:09:42 -0400 |
| commit | e541728b274c1cfc958f5cceee25b1a0289c0418 (patch) | |
| tree | ad861118fb4bf1a68bdfe32d8ae3488873c96007 | |
| parent | ef4e14e071af1edb71b023ffd6aa6a1d8ad53eef (diff) | |
| download | pokeworld-website-e541728b274c1cfc958f5cceee25b1a0289c0418.tar.gz pokeworld-website-e541728b274c1cfc958f5cceee25b1a0289c0418.tar.bz2 pokeworld-website-e541728b274c1cfc958f5cceee25b1a0289c0418.zip | |
page updates
| -rw-r--r-- | galaxy/botinfo/commands/index.html | 116 | ||||
| -rw-r--r-- | galaxy/botinfo/css/style.css | 68 | ||||
| -rw-r--r-- | galaxy/botinfo/index.html | 71 | ||||
| -rw-r--r-- | galaxy/botinfo/pokebotbannerlogo.png | bin | 197764 -> 0 bytes | |||
| -rw-r--r-- | galaxy/index.html | 41 |
5 files changed, 31 insertions, 265 deletions
diff --git a/galaxy/botinfo/commands/index.html b/galaxy/botinfo/commands/index.html deleted file mode 100644 index 786fb18..0000000 --- a/galaxy/botinfo/commands/index.html +++ /dev/null @@ -1,116 +0,0 @@ -<!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"> - <link rel="apple-touch-icon" sizes="180x180" href="../../apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="../../favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="../../favicon-16x16.png"> - <link rel="manifest" href="../../site.webmanifest"> - <meta name="msapplication-TileColor" content="#b91d47"> - <meta name="theme-color" content="#ffffff"> - <meta property="og:image:width" content="279"> - <meta property="og:image:height" content="279"> - <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. "> - <meta property="og:title" content="Universe"> - <meta property="og:url" content="http://universedevgroup.net/"> - <meta property="og:image" content="http://universedevgroup.net/og-image.jpg"> - </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="../../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>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> - </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>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>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 © 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/galaxy/botinfo/css/style.css b/galaxy/botinfo/css/style.css deleted file mode 100644 index 6b24190..0000000 --- a/galaxy/botinfo/css/style.css +++ /dev/null @@ -1,68 +0,0 @@ -body { - font-family: Segoe UI, Helvetica, Arial; - padding:0; - margin:0; - background-color:#3e443e; - color:white; -} - -.container { - width:80%; - margin:auto; - overflow:hidden; -} - -header { - background-color:#262627; - color:white; - padding-top:30px; - min-height:70px; - border-bottom:#0a4db1 3px solid; -} - -header a { - color:white; - text-decoration:none; - font-size:16px; -} - -header ul { - margin:0; - padding:0; -} - -header li { - display:inline; - padding: 0 20px 0 20px; -} - -header #branding { - float:left; -} - -header #branding h1 { - margin:0; -} - -header nav { - float:right; - margin-top:10px; -} - -header .current a { - color:#0a4db1; - font-weight:bold; -} - -header a:hover { - color:#302f77; - font-weight:Bold; -} - -footer { - padding:20px; - margin-top:20px; - color:white; - background-color: #0a4db1; - text-align: center; -}
\ No newline at end of file diff --git a/galaxy/botinfo/index.html b/galaxy/botinfo/index.html deleted file mode 100644 index d107c83..0000000 --- a/galaxy/botinfo/index.html +++ /dev/null @@ -1,71 +0,0 @@ -<!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"> - <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> - <link rel="manifest" href="../site.webmanifest"> - <meta name="msapplication-TileColor" content="#b91d47"> - <meta name="theme-color" content="#ffffff"> - <meta property="og:image:width" content="279"> - <meta property="og:image:height" content="279"> - <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. "> - <meta property="og:title" content="Universe"> - <meta property="og:url" content="http://universedevgroup.net/"> - <meta property="og:image" content="http://universedevgroup.net/og-image.jpg"> - </head> - <body> - <header> - <div class="container"> - <div id="branding"> - <h1>Universe</h1> - </div> - <nav> - <ul> - <li><a href="../">Home</a></li> - <li class="current"><a href="#">Bot Info</a></li> - </ul> - </nav> - </div> - </header> - <div class="container"> - <h1>Galaxy</h1> - <p>Galaxy is a Discord Utility bot that is meant to make a tighter bond between users and admins. From moderation to fun and games, we want users of your guilds to have a fun experience, and Galaxy will help you with that.</p> - <h2>Invite</h2> - <p>To invite, use Discord Bot List. The widget below provides information and an invite link for the bot.</p> - <center><a href="https://discordbots.org/bot/417096530596724737" > - <img src="https://discordbots.org/api/widget/417096530596724737.svg" alt="Galaxy" /> - </a></center> - <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/GalaxyBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/UniverseDevGroup/GalaxyBot/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>v2.0 Alpha 1 - We're Galaxy. Also, the rewrite starts. :P</li> - <li>v1.2.5 - More major crashing fixes and listing items.</li> - <li>v1.2 - More major crashing fixes.</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> - </div> - <footer> - <p>Universe by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> - <p>To return to the portal, click back!</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/galaxy/botinfo/pokebotbannerlogo.png b/galaxy/botinfo/pokebotbannerlogo.png Binary files differdeleted file mode 100644 index 0ce7a8f..0000000 --- a/galaxy/botinfo/pokebotbannerlogo.png +++ /dev/null diff --git a/galaxy/index.html b/galaxy/index.html index 5d25d1d..eda5275 100644 --- a/galaxy/index.html +++ b/galaxy/index.html @@ -4,12 +4,12 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> - <title>PokeWorld | Home</title> - <link rel="stylesheet" href="./css/style.css"> - <link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"> - <link rel="manifest" href="./site.webmanifest"> + <title>PokeWorld | Pokebot</title> + <link rel="stylesheet" href="../css/style.css"> + <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> + <link rel="manifest" href="../site.webmanifest"> <meta name="msapplication-TileColor" content="#b91d47"> <meta name="theme-color" content="#ffffff"> <meta property="og:image:width" content="279"> @@ -27,19 +27,40 @@ </div> <nav> <ul> - <li class="current"><a href="#">Home</a></li> - <li><a href="./botinfo">Bot Info</a></li> + <li><a href="../">Home</a></li> + <li class="current"><a href="#">Galaxy</a></li> + <li><a href="../rules">Discord Rules</a></li> </ul> </nav> </div> </header> <div class="container"> <h1>Galaxy</h1> - <p>The Discord bot designed to engage users and administrators alike.</p> - <p>Invite from Discord Bot List.</p> + <p>Galaxy is a Discord Utility bot that is meant to make a tighter bond between users and admins. From moderation to fun and games, we want users of your guilds to have a fun experience, and Galaxy will help you with that.</p> + <h2>Invite</h2> + <p>To invite, use Discord Bot List. The widget below provides information and an invite link for the bot.</p> <center><a href="https://discordbots.org/bot/417096530596724737" > <img src="https://discordbots.org/api/widget/417096530596724737.svg" alt="Galaxy" /> </a></center> + <h2>Download</h2> + <p>Want to self-host Galaxy? That's awesome! Just be sure to credit us. Find links to download below!</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/UniverseDevGroup/GalaxyBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/UniverseDevGroup/GalaxyBot/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>v2.0 Alpha 1 - We're Galaxy. Also, the rewrite starts. :P</li> + <li>v1.2.5 - More major crashing fixes and listing items.</li> + <li>v1.2 - More major crashing fixes.</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> </div> <footer> <p>Universe by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> |
