• v0.1.1 bca6b874c6

    fix: only pass ephemeral on interaction paths, not raw-channel send

    dsql released this 2026-06-29 05:10:25 +00:00 | 8 commits to main since this release

    start() put ephemeral into send_kwargs unconditionally, so the raw Messageable.send() path raised TypeError (discord.py's channel send has no ephemeral param). ephemeral is now passed only on the interaction-response paths (followup.send / response.send_message), which support it; raw-channel send never receives it.

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

    Downloads