- Doc site UI improvements and fixes - Added Discord widget - Fixed some styling issues - Added command docs briefs and details - Briefs are shown in the right-hand panel - Details can be shown by clicking `Open full details` - Added ShaiWatchers' logo as the site favicon - Moved HTML template to static file for responsiveness improvements
20 lines
583 B
HTML
20 lines
583 B
HTML
<h2 style="margin:0 0 .5rem 0">What it does</h2>
|
|
<p>Deletes the matching pirate record from the approved list.</p>
|
|
|
|
<hr>
|
|
|
|
<h2 style="margin:.75rem 0 .5rem">Parameters</h2>
|
|
<ul>
|
|
<li><b>account_name</b> — exact account tag (<code>Name#12345</code>).</li>
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2 style="margin:.75rem 0 .5rem">Behavior & messages</h2>
|
|
<ul>
|
|
<li><b>Moderator-only.</b></li>
|
|
<li>If no match: “Pirate not found.”</li>
|
|
<li>On success: “Removed.” (ephemeral via slash).</li>
|
|
<li>Mod-log note is posted (“🗑️ Removed pirate …”) and the public list refreshes.</li>
|
|
</ul>
|