From 716ea6ed2b64c921a799d872a07bfbd53b2a3e58 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 27 Oct 2019 09:32:18 -0400 Subject: Rewriting website --- pokeworld/pokebot/commands/index.html | 116 -------------------------------- pokeworld/pokebot/css/style.css | 68 ------------------- pokeworld/pokebot/index.html | 67 ------------------ pokeworld/pokebot/pokebotbannerlogo.png | Bin 21927 -> 0 bytes 4 files changed, 251 deletions(-) delete mode 100644 pokeworld/pokebot/commands/index.html delete mode 100644 pokeworld/pokebot/css/style.css delete mode 100644 pokeworld/pokebot/index.html delete mode 100644 pokeworld/pokebot/pokebotbannerlogo.png (limited to 'pokeworld/pokebot') diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html deleted file mode 100644 index 786fb18..0000000 --- a/pokeworld/pokebot/commands/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - 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/pokeworld/pokebot/css/style.css b/pokeworld/pokebot/css/style.css deleted file mode 100644 index 6b24190..0000000 --- a/pokeworld/pokebot/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/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html deleted file mode 100644 index 3609f89..0000000 --- a/pokeworld/pokebot/index.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - 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/pokeworld/pokebot/pokebotbannerlogo.png b/pokeworld/pokebot/pokebotbannerlogo.png deleted file mode 100644 index 25eee69..0000000 Binary files a/pokeworld/pokebot/pokebotbannerlogo.png and /dev/null differ -- cgit v1.2.3