Update HTML

This commit is contained in:
Daniel Odendahl Jr
2017-06-15 05:23:02 +00:00
parent fe2d131530
commit 3d620fbec6
4 changed files with 192 additions and 190 deletions
+19 -19
View File
@@ -1,21 +1,21 @@
<div class="content">
<style>
.xiaobox2 {
border-radius: 5px;
padding: 15px;
font-size: 100%;
border-style: solid;
border-color: lime;
box-shadow: 10px 10px 5px #888888;
}
</style>
<div class="xiaobox2">
<h2>Notes:</h2>
<ol>
<li>Moderation Commands Require a Channel set with x;modchannel to send Ban/Softban/Kick/Unban/Warn Logs</li>
<li>To use Member Join/Leave Logging, set a channel with x;memberchannel, a custom message can be set with x;membermsg</li>
<li>Use x;help to View a Command List</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>
<style>
.xiaobox2 {
border-radius: 5px;
padding: 15px;
font-size: 100%;
border-style: solid;
border-color: lime;
box-shadow: 10px 10px 5px #888888;
}
</style>
<div class="xiaobox2">
<h2>Notes:</h2>
<ol>
<li>Moderation commands require a channel set with x;modchannel to send Ban/Kick/Softban/Unban/Warn logs.</li>
<li>To use member join/leave logging, set a channel with x;memberchannel. A custom message can be set with x;membermsg.</li>
<li>Use x;help to view a command list</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>