From 815b742006732b1ccdb665ba5c076fbb7b1e79c6 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sat, 20 Jun 2026 00:08:40 +0300 Subject: fix: bunch of vibed edits to fix vibed edits --- dev-docs/jeeves.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-docs/jeeves.md') 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 -- cgit v1.2.3