diff options
Diffstat (limited to 'galaxy')
| -rw-r--r-- | galaxy/android-chrome-192x192.png | bin | 0 -> 34108 bytes | |||
| -rw-r--r-- | galaxy/android-chrome-384x384.png | bin | 0 -> 101381 bytes | |||
| -rw-r--r-- | galaxy/apple-touch-icon.png | bin | 0 -> 31104 bytes | |||
| -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 | 66 | ||||
| -rw-r--r-- | galaxy/botinfo/pokebotbannerlogo.png | bin | 0 -> 197764 bytes | |||
| -rw-r--r-- | galaxy/browserconfig.xml | 9 | ||||
| -rw-r--r-- | galaxy/favicon-32x32.png | bin | 0 -> 2217 bytes | |||
| -rw-r--r-- | galaxy/favicon.ico | bin | 0 -> 12014 bytes | |||
| -rw-r--r-- | galaxy/index.html | 49 | ||||
| -rw-r--r-- | galaxy/mstile-150x150.png | bin | 0 -> 22942 bytes | |||
| -rw-r--r-- | galaxy/site.webmanifest | 19 |
13 files changed, 327 insertions, 0 deletions
diff --git a/galaxy/android-chrome-192x192.png b/galaxy/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..e980d09 --- /dev/null +++ b/galaxy/android-chrome-192x192.png diff --git a/galaxy/android-chrome-384x384.png b/galaxy/android-chrome-384x384.png Binary files differnew file mode 100644 index 0000000..c5cc4c5 --- /dev/null +++ b/galaxy/android-chrome-384x384.png diff --git a/galaxy/apple-touch-icon.png b/galaxy/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..1d31354 --- /dev/null +++ b/galaxy/apple-touch-icon.png diff --git a/galaxy/botinfo/commands/index.html b/galaxy/botinfo/commands/index.html new file mode 100644 index 0000000..786fb18 --- /dev/null +++ b/galaxy/botinfo/commands/index.html @@ -0,0 +1,116 @@ +<!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 new file mode 100644 index 0000000..6b24190 --- /dev/null +++ b/galaxy/botinfo/css/style.css @@ -0,0 +1,68 @@ +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 new file mode 100644 index 0000000..7bc2b3e --- /dev/null +++ b/galaxy/botinfo/index.html @@ -0,0 +1,66 @@ +<!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>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>PokeWorld 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 differnew file mode 100644 index 0000000..0ce7a8f --- /dev/null +++ b/galaxy/botinfo/pokebotbannerlogo.png diff --git a/galaxy/browserconfig.xml b/galaxy/browserconfig.xml new file mode 100644 index 0000000..5cd27e3 --- /dev/null +++ b/galaxy/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#603cba</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/galaxy/favicon-32x32.png b/galaxy/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..bbc7ed9 --- /dev/null +++ b/galaxy/favicon-32x32.png diff --git a/galaxy/favicon.ico b/galaxy/favicon.ico Binary files differnew file mode 100644 index 0000000..391c900 --- /dev/null +++ b/galaxy/favicon.ico diff --git a/galaxy/index.html b/galaxy/index.html new file mode 100644 index 0000000..1b9ff1e --- /dev/null +++ b/galaxy/index.html @@ -0,0 +1,49 @@ +<!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 | 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"> + <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 class="current"><a href="#">Home</a></li> + <li><a href="./botinfo">Bot Info</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> + </div> + <footer> + <p>PokeWorld 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/mstile-150x150.png b/galaxy/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..4a3822f --- /dev/null +++ b/galaxy/mstile-150x150.png diff --git a/galaxy/site.webmanifest b/galaxy/site.webmanifest new file mode 100644 index 0000000..a9e5059 --- /dev/null +++ b/galaxy/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "./android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |
