- 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
		
	
			
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h1>!help — Command help & search</h1>
 | 
						||
<p>Use <code>!help</code> to see what the bot can do, or pass a keyword/command to jump straight to specifics.</p>
 | 
						||
 | 
						||
<h2>What it does</h2>
 | 
						||
<ul>
 | 
						||
  <li>Lists available commands you can run here.</li>
 | 
						||
  <li>Filters by a keyword (partial matches work).</li>
 | 
						||
  <li>When supported, shows usage and a short explanation for a specific command.</li>
 | 
						||
</ul>
 | 
						||
 | 
						||
<h2>How to use it</h2>
 | 
						||
<ol>
 | 
						||
  <li><strong>Overview:</strong> <code>!help</code> — shows a concise command list.</li>
 | 
						||
  <li><strong>Filter:</strong> <code>!help spice</code> — narrows to commands that match “spice”.</li>
 | 
						||
  <li><strong>Exact command:</strong> <code>!help encounter</code> — shows usage for a single command if available.</li>
 | 
						||
</ol>
 | 
						||
 | 
						||
<h2>Examples</h2>
 | 
						||
<pre>!help
 | 
						||
!help pirate
 | 
						||
!help spicepay
 | 
						||
!help encounter</pre>
 | 
						||
 | 
						||
<h2>Notes & tips</h2>
 | 
						||
<ul>
 | 
						||
  <li>If you don’t get any results, try a simpler keyword (e.g., <em>“spice”</em> instead of <em>“spicepay resume”</em>).</li>
 | 
						||
</ul>
 | 
						||
 | 
						||
<h2>Troubleshooting</h2>
 | 
						||
<ul>
 | 
						||
  <li><em>“No such command”</em> — Check your spelling or try a broader keyword.</li>
 | 
						||
</ul>
 |