aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2021-08-27Move setting cleaning flag to correct lineGravatar mbaruh-2/+1
Between the concurrency check and setting the cleaning flag to True there was an await statement, which could potentially cause race conditions.The setting of the flag was moved to right below the concurrency check.
2021-08-27Move clean logging to a helper functionGravatar mbaruh-11/+11
2021-08-27Moved clean cog to moderation extGravatar mbaruh-0/+0
The cog is moderation related and all commands are exclusive to moderators.