shaiwatcher/assets/docs/commands/DDLootTableCog.dd_update.brief.html
Franz Rolfsvaag 1ede582a76 0.4.2.0.a1
- 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
2025-08-16 06:39:01 +02:00

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 &lt;action&gt; [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>