- 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
24 lines
878 B
HTML
24 lines
878 B
HTML
<h2 style="margin:0 0 .5rem 0">What it does</h2>
|
|
<ul>
|
|
<li>Scans the target category for <b>managed</b> Auto-VC rooms.</li>
|
|
<li>Deletes rooms that have been <b>empty</b> for at least the configured <b>delay</b> (seconds).</li>
|
|
<li>Renumbers remaining rooms to a clean sequence (<code>Prefix 1..N</code>).</li>
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2 style="margin:.75rem 0 .5rem">When to use</h2>
|
|
<ul>
|
|
<li>After a busy period to tidy up stale empties.</li>
|
|
<li>If numbering looks off and you want a quick clean + renumber in one go.</li>
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2 style="margin:.75rem 0 .5rem">Permissions & notes</h2>
|
|
<ul>
|
|
<li><b>Moderator-only.</b></li>
|
|
<li>Bot needs: <b>Manage Channels</b>, <b>Connect</b>, and <b>Move Members</b> in the target category to function smoothly.</li>
|
|
<li>Safe to run anytime. The bot pauses the background sweeper while this runs to avoid conflicts.</li>
|
|
</ul>
|