- 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
649 B
HTML
20 lines
649 B
HTML
<h2 style="margin:0 0 .5rem 0">What it does</h2>
|
|
<p>Renames tracked rooms to <code>{prefix} 1</code>, <code>{prefix} 2</code>, … in creation order. No rooms are deleted.</p>
|
|
|
|
<hr>
|
|
|
|
<h2 style="margin:.75rem 0 .5rem">When to use</h2>
|
|
<ul>
|
|
<li>Numbering drifted after manual edits or channel deletions.</li>
|
|
<li>You changed the name prefix and want all rooms aligned quickly.</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> to rename rooms.</li>
|
|
<li>Safe to run anytime; the bot sequences this against its background sweeper.</li>
|
|
</ul>
|