Add HTML Stuff and Update Info

This commit is contained in:
dragonfire535
2017-03-09 09:37:58 -05:00
parent 5ae6b7c607
commit 61122efbb2
5 changed files with 205 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
<div class="content">
<style>
.xiaobox {
border-radius: 5px;
padding: 15px;
font-size: 100%;
border-style: solid;
border-color: lime;
}
</style>
<div class="xiaobox">
<h2>Notes:</h2>
<ol>
<li>Moderation Commands Require a Channel Named "mod_logs" to send Warn/Kick/Ban Logs</li>
<li>Use ;help to View a Command List</li>
<li>If you find a bug, use ;contact to report it. Do note that if you abuse this feature, you will be banned from it.</li>
<li>Visit my <a href="https://discord.gg/fqQF8mc">Home Server</a> for more support, or for updates, or if you just want to hang out.</li>
</ol>
</div>
</div>