discord-modmail / modmail

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.
https://discord-modmail.readthedocs.io/
MIT License
15 stars 8 forks source link

feat: add helper responses module #88

Closed onerandomusername closed 2 years ago

onerandomusername commented 2 years ago

picked from GH-69

depends on #68

onerandomusername commented 2 years ago

Oh I'll just write tests for this too, one minute.

codecov[bot] commented 2 years ago

Codecov Report

Merging #88 (bbef578) into main (9c5d9dd) will increase coverage by 1.86%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
+ Coverage   68.75%   70.62%   +1.86%     
==========================================
  Files          30       32       +2     
  Lines        1498     1593      +95     
  Branches      183      190       +7     
==========================================
+ Hits         1030     1125      +95     
  Misses        437      437              
  Partials       31       31              
Impacted Files Coverage Δ
modmail/extensions/utils/error_handler.py 30.64% <100.00%> (+0.56%) :arrow_up:
modmail/utils/responses.py 100.00% <100.00%> (ø)
tests/modmail/utils/test_responses.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9c5d9dd...bbef578. Read the comment docs.

dpulls[bot] commented 2 years ago

:tada: All dependencies have been resolved !