Improvements
- Decay scans now honor a 90% interval threshold so near-due periods are processed promptly without drifting past midnight, keeping scores from staying stale even when the previous write happened late.
- Config display embeds again respect Discord’s length limits before sending, keeping the output reliable even when large sections of text are present.
Fixes
- Hardened the decay scoring loop so it never writes more than one interval’s worth of points at a time, preventing unexpected double-increments on the same day even if multiple scans fire close together.
- Some minor fixes under the hood, not visible to end users.