aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2021-10-15Voice gate: set tzinfo to None in author.joined_atGravatar Matteo Bertucci-1/+1
2021-10-15Defcon: remove tzinfo from member.created_atGravatar Matteo Bertucci-1/+1
2021-10-15Isort: set atomic to trueGravatar Matteo Bertucci-0/+1
2021-10-15Actions: do not check licenses of dev packagesGravatar Matteo Bertucci-2/+4
2021-10-14Update `isinstance` checkGravatar TizzySaurus-1/+1
2021-10-14Fix newlines after imports and address reviewGravatar Izan-6/+2
There's now always one blank line (no more, no less) after an import
2021-10-14Migrate to `bot.log.get_logger` functionGravatar Izan-206/+199
2021-10-14Add `CustomLogger` to bot/log.pyGravatar Izan-18/+33