Files
xiao/html/carbonuse.html
T
Daniel Odendahl Jr 53e1d6a8ff eslint config aqua
2017-07-27 21:00:54 +00:00

23 lines
964 B
HTML

<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 with &lt;modlog&gt; in the topic to send Ban/Kick/Softban/Unban/Warn logs.</li>
<li>To use member join/leave logging, place &lt;memberlog&gt; in the channel topic. Custom messages can be set with &lt;joinmessage&gt;messagegoeshere&lt;/joinmessage&gt; and &lt;leavemessage&gt;messagegoeshere&lt;/leavemessage&gt;</li>
<li>To use invite guard, place &lt;inviteguard&gt; in the default channel topic.</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>