mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
20 lines
672 B
HTML
20 lines
672 B
HTML
<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> |