aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* `Unnominate reason` to `Unnomination reason`Gravatar Xithrius2021-09-03-1/+1
* Add an extra alias to unnominateGravatar Chris Lovering2021-09-01-1/+1
* Fix spelling of a TalentPool command nameGravatar Chris Lovering2021-08-30-1/+1
* Rename list nominated user command for clarityGravatar Chris Lovering2021-08-30-2/+2
* use global logger in talent pool, over a self var that has been deletedGravatar Chris Lovering2021-08-30-1/+1
* Add back missing default params for TalentPool cogGravatar Chris Lovering2021-08-30-0/+1
* Update unnominate message to remove reference to relaying messages.Gravatar Chris Lovering2021-08-30-1/+1
* Update api endpoint name in talent pool reviewGravatar Chris Lovering2021-08-30-1/+1
* Merge branch 'main' into ks123/goodbye-talentpool-channelGravatar Chris Lovering2021-08-30-2/+4
|\
| * Merge pull request #1791 from python-discord/dmrelay-mod-channelGravatar Xithrius2021-08-30-2/+4
| |\
| | * Merge branch 'main' into dmrelay-mod-channelGravatar ChrisJL2021-08-30-35/+74
| | |\ | | |/ | |/|
| | * Allow dmrelay to only be used in mod channels.Gravatar Qwerty-1332021-08-30-2/+4
* | | Update comment to reference the new TalentPool cache nameGravatar Chris Lovering2021-08-30-3/+3
* | | Remove code that is no longer hitGravatar Chris Lovering2021-08-30-4/+0
* | | Change all references to watch to nominate insteadGravatar Chris Lovering2021-08-30-17/+25
* | | Merge branch 'main' into ks123/goodbye-talentpool-channelGravatar Chris Lovering2021-08-30-1746/+3918
|\| |
| * | Remove the json argument from the raw command. (#1792)Gravatar Qwerty-1332021-08-30-6/+14
| * | Merge pull request #1790 from python-discord/restrictive-infra-commandsGravatar ChrisJL2021-08-30-29/+60
| |\ \ | | |/ | |/|
| | * Add more clarity to docstringsGravatar Qwerty-1332021-08-29-5/+5
| | * Make the helper function more readableGravatar Qwerty-1332021-08-29-8/+4
| | * Use unambiguous converters for infraction commandsGravatar Qwerty-1332021-08-29-15/+16
| | * Fix mismatches in parameter names and docstringsGravatar Qwerty-1332021-08-29-2/+2
| | * Add the UnambiguousMember converterGravatar Qwerty-1332021-08-29-3/+23
| | * Replace UserMentionOrID with UnambiguousUserGravatar Qwerty-1332021-08-29-12/+26
| |/
| * Added bot variables tag (#1784)Gravatar Hunter28072021-08-27-0/+23
| * Merge pull request #1778 from python-discord/update-remind-helpGravatar Xithrius2021-08-26-4/+48
| |\
| | * Merge branch 'main' into update-remind-helpGravatar Xithrius2021-08-26-2/+9
| | |\ | | |/ | |/|
| * | Merge pull request #1785 from python-discord/Output-public-url-when-sharingGravatar Matteo Bertucci2021-08-26-1/+3
| |\ \
| | * | Use publically available URL when outputting metabase share URLGravatar Chris Lovering2021-08-26-1/+3
| |/ /
| * | Merge pull request #1783 from python-discord/user-message-link-supportGravatar Matteo Bertucci2021-08-26-1/+6
| |\ \
| | * | Add message link support to `!user` commandGravatar Izan2021-08-26-1/+6
| |/ /
| | * Add time units to the `!remind edit` and `!remind edit duration` help messagesGravatar Izan2021-08-25-2/+24
| | * Add time units and example to docstring of `!remind` and `!remind new`Gravatar Izan2021-08-25-2/+24
| |/
| * Merge pull request #1777 from python-discord/mbaruh-patch-1Gravatar ChrisJL2021-08-25-2/+2
| |\
| | * Fix antispam looking at wrong messagesGravatar Boris Muratov2021-08-24-2/+2
| |/
| * Merge pull request #1731 from Numerlor/converter-typehintsGravatar ChrisJL2021-08-24-128/+96
| |\
| | * Merge branch 'main' into converter-typehintsGravatar ChrisJL2021-08-24-37/+75
| | |\ | | |/ | |/|
| * | Merge pull request #1776 from python-discord/community-partners-accessGravatar Matteo Bertucci2021-08-24-26/+36
| |\ \
| | * | Fix testsGravatar Izan2021-08-24-2/+2
| | * | Fix lintingGravatar Izan2021-08-24-1/+1
| | * | Merge remote-tracking branch 'origin/community-partners-access' into communit...Gravatar Izan2021-08-24-108/+610
| | |\ \
| | | * \ Merge branch 'main' into community-partners-accessGravatar TizzySaurus2021-08-24-108/+610
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #1700 from python-discord/enhance/1683/restrict-int-evalGravatar Matteo Bertucci2021-08-24-3/+9
| |\ \ \ \
| | * \ \ \ Merge branch 'main' into enhance/1683/restrict-int-evalGravatar Matteo Bertucci2021-08-24-774/+1609
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1775 from python-discord/TizzySaurus-patch-1Gravatar Matteo Bertucci2021-08-24-3/+3
| |\ \ \ \ \
| | * | | | | Update nomination messages to display user mentionGravatar TizzySaurus2021-08-24-3/+3
| |/ / / / /
| * | | | | Merge pull request #1770 from python-discord/antispam-ignore-bot-mentionsGravatar Boris Muratov2021-08-23-5/+27
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'main' into antispam-ignore-bot-mentionsGravatar Boris Muratov2021-08-23-93/+566
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Added some more test cases to ensure bot mentions aren't countedGravatar wookie1842021-08-23-1/+17
| | * | | | | Fix current tests by using MockMember in mention listsGravatar wookie1842021-08-23-3/+5