aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-09-16update the reddit emojis to actual emojis'Gravatar Senjan21-3/+3
2020-09-16Updating names of reddit emotes.Gravatar Senjan21-3/+4
2020-09-11Verification: update & improve docstringsGravatar kwzrd-12/+11
After moving constants to config, the docstring references were not updated accordingly, and remained uppercase. This commit also removed the redundant list indentation.
2020-09-10Verification: move constants to configGravatar kwzrd-25/+43
2020-09-08Add everyone_ping filter.Gravatar kosayoda-11/+47
2020-09-07Remove everyone_ping rule from antispam.Gravatar kosayoda-152/+0
The feature will be moved to the filtering cog.
2020-09-05Disable everyone_ping filter in AntiSpam cogGravatar Sebastiaan Zeeff-4/+8
As there are a few bugs in the implementation, I've temporarily disabled the at-everyone ping filter in the AntiSpam cog. We can disable it after we've fixed the bugs. Signed-off-by: Sebastiaan Zeeff <[email protected]>