aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | | | | Duck pond: abort if reaction's message or author can't be foundGravatar MarkKoz2021-08-07-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-1J7
| * | | | | | | | | | | | | | | | Code block: catch 404s when editing or deleting the messageGravatar MarkKoz2021-08-07-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-J2
| * | | | | | | | | | | | | | | | Incidents: catch 404sGravatar MarkKoz2021-08-07-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-ZN
| | | | | | | * | | | | | | | | | remove redundant typehintsGravatar Numerlor2021-08-14-3/+0
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | fix wrong name being interpolatedGravatar Numerlor2021-08-09-1/+1
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | Assign converters to their return values during type checkingGravatar Numerlor2021-08-09-0/+20
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | Move all converters to converters.pyGravatar Numerlor2021-08-09-73/+81
| |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1727 from onerandomusername/patch-1Gravatar Joe Banks2021-08-08-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | change dockerfile python version to latest 3.9.x
| * | | | | | | | | | | | | | | change dockerfile python version to latest 3.9.xGravatar aru2021-08-08-1/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1678 from D0rs4n/pr/serverinfoleadsGravatar ChrisJL2021-08-06-8/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | Add `Leads` to Server info Embed.
| * | | | | | | | | | | | | | Merge branch 'main' into pr/serverinfoleadsGravatar ChrisJL2021-08-06-111/+269
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #1709 from ↵Gravatar ChrisJL2021-08-04-13/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bug/bot-1jd/backend/wait-for-deletion-404 Catch 404 error when waiting to delete message
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into bug/bot-1jd/backend/wait-for-deletion-404Gravatar ChrisJL2021-08-04-90/+230
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Reorder user roles in !user command from highest to lowest (#1719)Gravatar Objectivitix2021-08-04-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorder user roles in !user command from highest to lowest
* | | | | | | | | | | | | | | | Suppress 403 error when sending DEFCON reject DM (#1711)Gravatar Mark2021-08-04-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 403 occurs if the user has DMs disabled. Fixes BOT-137
* | | | | | | | | | | | | | | | Merge pull request #1708 from python-discord/bug/mod/1706/infr-append-no-reasonGravatar Boris Muratov2021-08-04-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix TypeError when infraction append is not given a reason
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into bug/mod/1706/infr-append-no-reasonGravatar Boris Muratov2021-08-04-85/+221
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Force utf-8 decoding when querying metabaseGravatar Chris Lovering2021-08-03-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.
* | | | | | | | | | | | | | | | | Merge pull request #1705 from wookie184/autoreview-toggleGravatar Boris Muratov2021-08-03-4/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Add commands to turn automatic review posting on or off
| * | | | | | | | | | | | | | | | Merge branch 'main' into autoreview-toggleGravatar Boris Muratov2021-08-03-79/+153
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #1712 from python-discord/mbaruh-patch-1Gravatar ChrisJL2021-08-03-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly delete from cache in ModPings
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into mbaruh-patch-1Gravatar ChrisJL2021-08-03-78/+131
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Update Sentry SDK to 1.3Gravatar MarkKoz2021-08-03-78/+131
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Correctly delete from cacheGravatar Boris Muratov2021-08-03-1/+2
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed wrong condition in rescheduler which made the eventual consistency not work. * Mods now correctly removed from cache on role reapplies.
* | | | | | | | | | | | | | | | | Add virtual environment (venv) tag (#1702)Gravatar Zack Didcott2021-08-02-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add virtual environment (venv) tag Co-authored-by: bast0006 <[email protected]> Co-authored-by: wookie184 <[email protected]> Co-authored-by: Xithrius <[email protected]>
| * | | | | | | | | | | | | | | | Add comment on RedisCacheGravatar wookie1842021-08-03-0/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add check for redundant changeGravatar wookie1842021-08-03-0/+8
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Remove bot prefix from docstring and change single quotes to doubleGravatar wookie1842021-08-03-11/+11
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Rename commands from on/off to enable/disableGravatar wookie1842021-08-02-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added on/off as aliases
| * | | | | | | | | | | | | | | | Small code improvements and added 'ar' aliasGravatar wookie1842021-08-02-6/+7
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add commands to turn automatic review posting on or offGravatar wookie1842021-08-01-4/+55
|/ / / / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / Fix TypeError when infraction append is not given a reasonGravatar MarkKoz2021-08-02-1/+1
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #1706
| * | | | | | | | | | | | | | Reduce imports in utils/messages by qualifying namesGravatar MarkKoz2021-08-02-8/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Catch 404 error when waiting to delete messageGravatar MarkKoz2021-08-02-5/+8
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the message is deleted before the function gets around to it. Fixes BOT-1JD Fixes BOT-1K3 Fixes BOT-1JE
* | | | | | | | | | | | | | Merge pull request #1704 from python-discord/whitelist-pydis-partnersGravatar Matteo Bertucci2021-07-31-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | Add partners to the filtering whitelist
| * | | | | | | | | | | | | Add partners to the filtering whitelistGravatar Chris Lovering2021-07-31-1/+2
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A partner being filtered is highly unlikely to be correct
| * | | | | | | | | | | | Improve code consistency of join_role_stats and NonExistentRoleErrorGravatar D0rs4n2021-08-02-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Optimize Information Cog's join_role_stats and get_member countsGravatar D0rs4n2021-08-02-13/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update join_role_stats and NonExistentError to be clearGravatar D0rs4n2021-08-01-7/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update join_role_stats, add new custom errorGravatar D0rs4n2021-07-30-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new custom error to handle non-existent roles in the Information cog - Update join_role_stats to use built in generics for typing
| * | | | | | | | | | | | Modify error handling in join_role_stats and move it to the Information CogGravatar D0rs4n2021-07-29-17/+16
| | | | | | | | | | | | |
| * | | | | | | | | | | | Handle non-existent roles in `join_role_stats`Gravatar D0rs4n2021-07-28-2/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'main' into pr/serverinfoleadsGravatar ChrisJL2021-07-23-436/+1260
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add `Leads` role(s) to the server information embedGravatar D0rs4n2021-07-08-3/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Create `join_role_stats` function in helpersGravatar D0rs4n2021-07-08-1/+11
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `join_role_stats` function that joins the relevant information (number of members) of the given roles into one group under a pre-specified `name`
| | | | | | | * | | | | | Fix references to kwarg after renaming in clean commandGravatar Chris Lovering2021-07-28-2/+2
| | | | | | | | | | | | |
| | | | | | | * | | | | | Rely on error handler for sending input errors to userGravatar Chris Lovering2021-07-28-45/+9
| | | | | | | | | | | | |
| | | | | | | * | | | | | simplify range predicate for clean commandGravatar Chris Lovering2021-07-28-1/+1
| | | | | | | | | | | | |
| | | | | | | * | | | | | Return empty containers if clean is cancelledGravatar Chris Lovering2021-07-28-2/+2
| | | | | | | | | | | | |
| | | | | | | * | | | | | Make is_older_than_14d a static methodGravatar Chris Lovering2021-07-26-11/+12
| | | | | | | | | | | | |