aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py (unfollow)
Commit message (Collapse)AuthorLines
2021-08-22Remove redundant getattr protectionGravatar Izan-2/+2
2021-08-22Remove redundant fetching of user codeGravatar Izan-11/+4
2021-08-22Add missing call to `escape_markdown`Gravatar Izan-2/+6
2021-08-22Re-add ability to search infractions of deleted accountGravatar Izan-6/+9
2021-08-22Remove redundant functionGravatar Izan-13/+0
2021-08-22Fix isinstance checkGravatar Izan-1/+1
2021-08-22Fix importGravatar Izan-1/+1
2021-08-22Fix import orderGravatar Izan-1/+1
2021-08-22Rename converter from FetchedMember to MemberOrUserGravatar Izan-57/+58
2021-08-22Remove unused importsGravatar TizzySaurus-4/+3
2021-08-22Update to new convertersGravatar TizzySaurus-29/+21
2021-08-22Remove converters made redundant by dpy V1.6's UserConverter updateGravatar TizzySaurus-72/+1
2021-08-11Fetch dormant category rather than use channel.categoryGravatar TizzySaurus-1/+2
channel.category doesn't get updated in cache so the category ends up still linking to "In Use", whereas we want the "Dormant".
2021-08-11Change bot.get_channel to utils.channels.try_get_channelGravatar TizzySaurus-1/+1
2021-08-11Make DORMANT_MSG a string instead of f-stringGravatar TizzySaurus-1/+1
2021-08-11Update embed sent when channel moves to dormant categoryGravatar TizzySaurus-1/+8
2021-08-11Update DORMANT_MSG to allow kwargs in str.format()Gravatar TizzySaurus-3/+3
2021-08-11Update DORMANT_MSG to be compatible with str.format()Gravatar TizzySaurus-3/+3
2021-08-10chore: remove some newlines in the blocking tagGravatar vcokltfre-5/+0
2021-08-09Fixed error message to match true valueGravatar stalkerx-1/+1
When the limit was raised, the error message was not edited to reflect the change. https://github.com/python-discord/bot/commit/6f45d6896adb3f05962733cec8e5db199def20bc
2021-08-08change dockerfile python version to latest 3.9.xGravatar aru-1/+1
2021-08-04Reorder user roles in !user command from highest to lowest (#1719)Gravatar Objectivitix-1/+3
Reorder user roles in !user command from highest to lowest
2021-08-04Suppress 403 error when sending DEFCON reject DM (#1711)Gravatar Mark-3/+5
403 occurs if the user has DMs disabled. Fixes BOT-137
2021-08-03Force utf-8 decoding when querying metabaseGravatar Chris Lovering-2/+2
Some discord usernames contain unicode characters, which causes an decoding error as chardet isn't 100% and can't falsely detect the response text as Windows-1254.
2021-08-03Add comment on RedisCacheGravatar wookie184-0/+2
2021-08-03Update Sentry SDK to 1.3Gravatar MarkKoz-78/+131
2021-08-03Correctly delete from cacheGravatar Boris Muratov-1/+2
* Fixed wrong condition in rescheduler which made the eventual consistency not work. * Mods now correctly removed from cache on role reapplies.
2021-08-03Add check for redundant changeGravatar wookie184-0/+8
2021-08-03Remove bot prefix from docstring and change single quotes to doubleGravatar wookie184-11/+11