mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
25 lines
966 B
HTML
25 lines
966 B
HTML
<div class="content">
|
|
<style>
|
|
.xiaobox {
|
|
border-radius: 5px;
|
|
padding: 15px;
|
|
font-size: 100%;
|
|
border-style: solid;
|
|
border-color: lime;
|
|
background-image: url("https://i.imgur.com/LJsgebW.jpg");
|
|
box-shadow: 10px 10px 5px #888888;
|
|
text-shadow: 2px 2px #3333ff;
|
|
}
|
|
</style>
|
|
<div class="xiaobox">
|
|
<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>You can set a special role that is able to use Moderation commands (excluding lockdown) with x;staffrole</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>
|