• v0.1.4 1ea1cb5b63

    fix: falsy details/actor render + critical() delegates to _send (dpylogger-2/3)

    dsql released this 2026-07-01 04:28:36 +00:00 | 11 commits to main since this release

    • dpylogger-2: build_embed/_emit_stdlib test 'is not None' so falsy-but-valid values (0,
      False) render; only None or '' is dropped/substituted.
    • dpylogger-3: critical() delegates to _send (via a new content= param) instead of
      hand-mirroring the send/error scaffolding — single source of truth.
      verified vs discord.py 2.7.1. bump v0.1.2 -> v0.1.4

    Signed-off-by: disqualifier dev@disqualifier.me

    Downloads