aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | change docstring in escape markdown to reflect actual behaviorGravatar Ryu182021-08-16-1/+1
| | | | | | |
| | | * | | | apply changes for review ↵Gravatar Ryu182021-08-16-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/python-discord/bot/pull/1725\#pullrequestreview-730223166
| | | * | | | Removed commentGravatar Ryu18452021-08-08-1/+0
| | | | | | | | | | | | | | | | | | | | | The code is now almost completely different from discord.py.
| | | * | | | fix linting issuesGravatar Ryu182021-08-07-2/+2
| | | | | | |
| | | * | | | added escape markdown in PythonNewsGravatar Ryu182021-08-07-2/+9
| | | | | | |
| | | | * | | Modify reminder response messages to be in the correct formatGravatar D0rs4n2021-08-22-2/+2
| | | | | | |
| | | | * | | Provide jump_url in reminders even when the bot repliesGravatar D0rs4n2021-08-17-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the message is in the same channel and the bot replies, from now on it will also provide a jump_url for the sake of consistency
| | | | * | | Improve code consitency in remaindersGravatar D0rs4n2021-08-13-2/+2
| | | | | | |
| | | | * | | Update reminders to reply instead of using a jump url to the origin messageGravatar D0rs4n2021-08-13-15/+22
| |_|_|/ / / |/| | | | |
* | | | | | Remove role pings when a helper vote is posted (#1744)Gravatar ChrisJL2021-08-11-2/+2
| | | | | |
* | | | | | Merge #1726 - catch various 404s from message operationsGravatar Mark2021-08-11-12/+37
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'main' into bug/message-404Gravatar Mark2021-08-11-13/+16
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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
| | | | | * | fix: update urls in site cogGravatar dawnofmidnight2021-08-11-7/+7
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #1740 from python-discord/TizzySaurus-patch-1Gravatar Matteo Bertucci2021-08-11-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove added punctuation from reminder
| * | | | | | Remove added punctuation from reminderGravatar TizzySaurus2021-08-11-1/+1
|/ / / / / /
| | | | | * Update outdated commentGravatar Izan2021-08-22-1/+1
| | | | | |
| | | | | * Revert `search_user` typehint back to `MemberOrUser`Gravatar Izan2021-08-22-2/+2
| | | | | |
| | | | | * Update `infraction_search_group` typehint to `UserMentionOrId`Gravatar Izan2021-08-22-3/+3
| | | | | |
| | | | | * Attempt to get user from DB when discord.Object passed to search_userGravatar Izan2021-08-22-2/+6
| | | | | |
| | | | | * Remove redundant getattr protectionGravatar Izan2021-08-22-2/+2
| | | | | |
| | | | | * Remove redundant fetching of user codeGravatar Izan2021-08-22-11/+4
| | | | | |
| | | | | * Add missing call to `escape_markdown`Gravatar Izan2021-08-22-2/+6
| | | | | |
| | | | | * Re-add ability to search infractions of deleted accountGravatar Izan2021-08-22-6/+9
| | | | | |
| | | | | * Remove redundant functionGravatar Izan2021-08-22-13/+0
| | | | | |
| | | | | * Fix isinstance checkGravatar Izan2021-08-22-1/+1
| | | | | |
| | | | | * Fix importGravatar Izan2021-08-22-1/+1
| | | | | |
| | | | | * Fix import orderGravatar Izan2021-08-22-1/+1
| | | | | |
| | | | | * Rename converter from FetchedMember to MemberOrUserGravatar Izan2021-08-22-57/+58
| | | | | |
| | | | | * Remove unused importsGravatar TizzySaurus2021-08-22-4/+3
| | | | | |
| | | | | * Update to new convertersGravatar TizzySaurus2021-08-22-29/+21
| | | | | |
| | | | | * Remove converters made redundant by dpy V1.6's UserConverter updateGravatar TizzySaurus2021-08-22-72/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1738 from python-discord/dynamic-dormant-messageGravatar ChrisJL2021-08-11-5/+13
|\ \ \ \ \ | | | | | | | | | | | | Make DORMANT_MSG Dynamic
| * | | | | Fetch dormant category rather than use channel.categoryGravatar TizzySaurus2021-08-11-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".
| * | | | | Change bot.get_channel to utils.channels.try_get_channelGravatar TizzySaurus2021-08-11-1/+1
| | | | | |
| * | | | | Make DORMANT_MSG a string instead of f-stringGravatar TizzySaurus2021-08-11-1/+1
| | | | | |
| * | | | | Update embed sent when channel moves to dormant categoryGravatar TizzySaurus2021-08-11-1/+8
| | | | | |
| * | | | | Update DORMANT_MSG to allow kwargs in str.format()Gravatar TizzySaurus2021-08-11-3/+3
| | | | | |
| * | | | | Update DORMANT_MSG to be compatible with str.format()Gravatar TizzySaurus2021-08-11-3/+3
|/ / / / /
* | | | | Merge pull request #1733 from ↵Gravatar Matteo Bertucci2021-08-10-5/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-discord/chore/vcokltfre/blocking-tag-newlines chore: remove some newlines in the blocking tag
| * | | | | chore: remove some newlines in the blocking tagGravatar vcokltfre2021-08-10-5/+0
|/ / / / /
* | | | | Merge pull request #1732 from SuperstalkerX/patch-1Gravatar Xithrius2021-08-10-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixed error message to match true value
| * | | | | Fixed error message to match true valueGravatar stalkerx2021-08-09-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
* | | | | 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