aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2021-09-29Rename channel helper to be consistent with other helpersGravatar Chris Lovering-6/+6
2021-09-29Mock fetch_member in tests that user get_or_fetch nowGravatar Chris Lovering-6/+15
2021-09-29Migrate all Guild.get_member calls to get_or_fetch_memberGravatar Chris Lovering-46/+53
This protects us against the guild cache not being fully populated with members.