- 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
23 lines
945 B
HTML
23 lines
945 B
HTML
<h2 style="margin:0 0 .5rem 0">What it shows</h2>
|
||
<ul>
|
||
<li><b>Trigger</b> — the voice channel that spawns new rooms.</li>
|
||
<li><b>Category</b> — where new rooms are created.</li>
|
||
<li><b>Prefix</b> — base name (e.g. <code>Room</code> → <code>Room 1</code>, <code>Room 2</code>…).</li>
|
||
<li><b>Delay</b> — seconds a room must stay empty before cleanup can delete it.</li>
|
||
<li><b>Tracked rooms</b> — each room’s name and whether it’s empty or how many are inside. If a room is empty, an “idle Ns” timer may appear.</li>
|
||
</ul>
|
||
|
||
<hr>
|
||
|
||
<h2 style="margin:.75rem 0 .5rem">Example output</h2>
|
||
<pre style="white-space:pre-wrap;margin:.25rem 0 0">
|
||
Auto-VC status:
|
||
Trigger: <#1234567890> | Category: <#2345678901> | Prefix: `Room` | Delay: 30s
|
||
- #1: Room 1 — 3 inside
|
||
- #2: Room 2 — empty | idle 12s
|
||
</pre>
|
||
|
||
<p style="margin-top:.75rem"><small>
|
||
This command is read-only and safe to run anytime.
|
||
</small></p>
|