fix: falsy details/actor render + critical() delegates to _send (dpylogger-2/3)
- 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>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "dpy_logger"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
description = "Leveled Discord channel logger for discord.py — config-free, injectable, installable."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user