From 45d5a0fa5ac21b0c1cba8cef4cae2ddd3b733bd6 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Tue, 10 Jul 2018 16:16:13 -0400 Subject: moar --- archive/pokeworld/pokebot/commands/index.html | 116 ++++++++++++++++++++++++ archive/pokeworld/pokebot/css/style.css | 68 ++++++++++++++ archive/pokeworld/pokebot/index.html | 67 ++++++++++++++ archive/pokeworld/pokebot/pokebotbannerlogo.png | Bin 0 -> 197764 bytes 4 files changed, 251 insertions(+) create mode 100644 archive/pokeworld/pokebot/commands/index.html create mode 100644 archive/pokeworld/pokebot/css/style.css create mode 100644 archive/pokeworld/pokebot/index.html create mode 100644 archive/pokeworld/pokebot/pokebotbannerlogo.png (limited to 'archive/pokeworld/pokebot') diff --git a/archive/pokeworld/pokebot/commands/index.html b/archive/pokeworld/pokebot/commands/index.html new file mode 100644 index 0000000..786fb18 --- /dev/null +++ b/archive/pokeworld/pokebot/commands/index.html @@ -0,0 +1,116 @@ + + + + + + + PokeWorld | Pokebot + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

PokeBot Commands and Help Contents

+

This is the right place to get more information on the bot.

+

Thanks for using PokeBot! If you find any bugs or errors, please report an issue on our GitHub!

+

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.

+

Command List and Description [Prefix: p:]

+

Fun

+ +

Getting Started

+ +

Moderation

+ +

Music

+ +

Owners Only

+ +

Pokemon (All Commands PokeWorld exclusive.)

+ +

Utility

+ +
+ + + diff --git a/archive/pokeworld/pokebot/css/style.css b/archive/pokeworld/pokebot/css/style.css new file mode 100644 index 0000000..6b24190 --- /dev/null +++ b/archive/pokeworld/pokebot/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/archive/pokeworld/pokebot/index.html b/archive/pokeworld/pokebot/index.html new file mode 100644 index 0000000..3609f89 --- /dev/null +++ b/archive/pokeworld/pokebot/index.html @@ -0,0 +1,67 @@ + + + + + + + PokeWorld | Pokebot + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

PokeBot

+

The bot that powers our entire server.

+

PokeBot is the bot that powers our server. You can see the list of commands here. 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

+

Download

+

If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our GitHub. Otherwise, you can get a release which are proven to be a lot more stable then the random things we put on the main branch.

+

+

Changelog

+ +
+ + + diff --git a/archive/pokeworld/pokebot/pokebotbannerlogo.png b/archive/pokeworld/pokebot/pokebotbannerlogo.png new file mode 100644 index 0000000..0ce7a8f Binary files /dev/null and b/archive/pokeworld/pokebot/pokebotbannerlogo.png differ -- cgit v1.2.3