-
docs: correct README error contract (initialize-time, raw discord exceptions)
released this
2026-06-29 05:39:21 +00:00 | 6 commits to main since this releasethe README Errors section claimed resolution raises ValueError 'at call time', but per-call resolution is swallowed with send failures and the raise happens at initialize() — and the raised type can be an underlying discord exception (NotFound/Forbidden/HTTPException), not only ValueError. corrected to match the code and the module docstring.
Signed-off-by: disqualifier dev@disqualifier.me
Downloads