aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-06-17Make sub_clyde case-sensitive and use Cyrillic e'sGravatar MarkKoz-2/+6
The Cyrillic characters are more likely to be rendered similarly to their Latin counterparts than the math sans-serif characters.
2020-06-15Fix 400 when "clyde" is in webhook usernameGravatar MarkKoz-8/+24
Discord just disallows this name.
2020-06-15Log exception info for failed attachment uploadsGravatar MarkKoz-1/+1
2020-06-15Add the C# guild to the whitelistGravatar Dennis Pham-0/+1
2020-06-12Escape markdown in charinfo embedGravatar MarkKoz-2/+2
The embed displays the original character. If it's a markdown char, it would interfere with the embed's actual markdown. The backtick was especially troublesome. Fixes #996
2020-06-11Replace mention of Flask with DjangoGravatar Mark-1/+1
The site's description still stated that it was built with Flask, which is no longer accurate due to the move to Django.
2020-06-11Add cooldown to Channels in constants.pyGravatar Joseph Banks-0/+1
2020-06-11Add cooldown channel to EXCLUDED_CHANNELS tupleGravatar Joseph Banks-1/+1
2020-06-11Add cooldown channel to config-default.ymlGravatar Joseph Banks-0/+1
2020-06-11Fix trailing whitespace in Action fileGravatar Joseph Banks-1/+1