shaiwatcher/assets/docs/commands/AutoVCCog.avc_status.details.html
Franz Rolfsvaag fdd336fe91 0.4.1.0.a1
- 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
2025-08-15 06:17:52 +02:00

23 lines
945 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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 rooms name and whether its 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: &lt;#1234567890&gt; | Category: &lt;#2345678901&gt; | 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>