aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-10-17Regex: add a word boundary before .gg (#1817)Gravatar Matteo Bertucci-12/+12
2021-10-17Remove unneeded config entriesGravatar Chris Lovering-4/+2
2021-10-17Use modlog ignore function for voice events tooGravatar Chris Lovering-1/+2
2021-10-17Refactor: Update modlog ignore function nameGravatar Chris Lovering-3/+3
2021-10-17Ignore channels mod team can't view in modlogGravatar Chris Lovering-8/+19
2021-10-17Formats Help Command OutputGravatar Chris Lovering-1/+5
2021-10-17Modlog: remove tzinfo from member_join (#1877)Gravatar Matteo Bertucci-1/+1
2021-10-16Do not try to calculate expiry if infraction is permanent on reapplyGravatar ks129-5/+9
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
2021-10-14Migrate to `bot.log.get_logger` functionGravatar Izan-206/+199
2021-10-14Add `CustomLogger` to bot/log.pyGravatar Izan-18/+33