diff options
| author | Ahmed <git@gumx.cc> | 2026-06-20 00:08:40 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-20 00:08:40 +0300 |
| commit | 815b742006732b1ccdb665ba5c076fbb7b1e79c6 (patch) | |
| tree | 24db2809ae8c3290211ef2876c9c8e509f72b2e5 /dev-docs/jeeves.md | |
| parent | d60f3ce4d1996f207e2c693ae1102e6a5ddad701 (diff) | |
fix: bunch of vibed edits to fix vibed edits
Diffstat (limited to 'dev-docs/jeeves.md')
| -rw-r--r-- | dev-docs/jeeves.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-docs/jeeves.md b/dev-docs/jeeves.md index 27ba163..594793c 100644 --- a/dev-docs/jeeves.md +++ b/dev-docs/jeeves.md @@ -175,12 +175,12 @@ trick above. ## DJ notes -- Track duration: read fresh on each play via `jv.cfg_val(bot, "dj_track_duration")` — - changing `dj_track_duration` affects tracks queued after the change, not any +- Track duration: read fresh on each play via `jv.cfg_val(bot, "dj_track_duration")`. + Changing `dj_track_duration` affects tracks queued after the change, not any currently running timer. - `!loop` (no args): shows state to anyone, no privilege check. - `!loop on|off`: requires op (checked manually via `jv.is_authorized`). -- Queue display: no leading indentation — `{i}. {url}` format. +- Queue display: no leading indentation. `{i}. {url}` format. --- @@ -210,7 +210,7 @@ trick above. ## Quotes notes -- Quotes are stored globally in `jv_db["quotes"]` — shared across all channels. +- Quotes are stored globally in `jv_db["quotes"]`, shared across all channels. - Per-channel auto-post state is in `jv.chan_db(bot, channel)["quotes"]`. - `!quote del N` uses 1-based indexing for user-facing display. @@ -231,7 +231,7 @@ preventing the 2× vertical stretch that would otherwise occur. ## Known issues and tradeoffs **DJ timer not persisted.** If the bot restarts mid-track the timer is lost. -The queue survives (it's in memory only while the bot runs anyway — not stored +The queue survives (it's in memory only while the bot runs anyway, not stored to disk). Reissue `!play` after restart. **Duck hunt off by default.** Unlike daffy, jeeves does not auto-start the hunt |
