- DD cycle data fetching
  - ShaiWatcher will now keep an updated loot table of the unique items in the DD each week
    The bot will **only** edit its message if already present, which should reduce message spam
  - Added command `/dd_update` to control the update behaviour. stop|resume|start [reason_text]
- Docsite changes
  - Added "ADMIN" tags to commands, signifying owner-only commands
  - Owner-only commands are now filtered under the "moderator" category
  - Added docs for `/dd_update`
- Logging
  - Added logging info for more verbose info relating to configuration and installation
		
	
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			928 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			928 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h2>/dd_update</h2>
 | 
						|
<p><strong>Control the Deep Desert weekly loot updater.</strong> Stop/resume the scheduler or force a one-off start.</p>
 | 
						|
 | 
						|
<h3>Usage</h3>
 | 
						|
<pre>/dd_update <action> [reason]</pre>
 | 
						|
<ul>
 | 
						|
  <li><code>action</code> — one of <code>stop</code>, <code>resume</code>, <code>start</code>.</li>
 | 
						|
  <li><code>reason</code> (optional) — short note shown in the confirmation.</li>
 | 
						|
</ul>
 | 
						|
 | 
						|
<h3>Permissions</h3>
 | 
						|
<ul>
 | 
						|
  <li><strong>stop</strong> / <strong>resume</strong>: Server Owner or members with <em>Manage Server</em>.</li>
 | 
						|
  <li><strong>start</strong>: <em>Server Owner only</em> (dangerous; bypasses the usual wait).</li>
 | 
						|
</ul>
 | 
						|
 | 
						|
<h3>What it does</h3>
 | 
						|
<ul>
 | 
						|
  <li><em>stop</em> — pauses all checks until <code>resume</code>.</li>
 | 
						|
  <li><em>resume</em> — returns to the normal weekly cycle.</li>
 | 
						|
  <li><em>start</em> — behaves as if the weekly reset just happened and begins polling immediately.</li>
 | 
						|
</ul>
 |