Closed twentylemon closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.53%. Comparing base (
ba5f2ea
) to head (6b3ec39
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Summary
Fixes #959
Discord has a message size limit, which sometimes big solutions will run into. This chunks up the message into the biggest possible components that can fit into a single message, then send multiple messages.
Checklist
format
in the repository rootpytest
in the repository root