aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Reduce threshold before fuzzy matching to 2Gravatar Chris Lovering2021-12-08-2/+2
* Merge pull request #1539 from Numerlor/site-tagsGravatar ChrisJL2021-12-08-146/+60
|\
| * Use hardcoded rules url instead of constructing it from constsGravatar Numerlor2021-12-08-5/+4
| * Move static content site commands to tags and remove the site cogGravatar Numerlor2021-12-08-94/+24
| * Remove the site help commandGravatar Numerlor2021-12-08-16/+0
| * Move the rules command to the Information cogGravatar Numerlor2021-12-08-37/+38
|/
* Merge pull request #1663 from Numerlor/tag-groupsGravatar Johannes Christ2021-12-08-291/+305
|\
| * Merge branch 'main' into tag-groupsGravatar Johannes Christ2021-12-08-946/+2521
| |\ | |/ |/|
* | Merge pull request #1634 from Shivansh-007/modpings-scheduleGravatar Johannes Christ2021-12-08-2/+117
|\ \
| * \ Merge branch 'main' into modpings-scheduleGravatar Johannes Christ2021-12-08-785/+2019
| |\ \ | |/ / |/| |
* | | Merge pull request #1994 from onerandomusername/fix-pep-whitespaceGravatar Johannes Christ2021-12-08-1/+4
|\ \ \
| * \ \ Merge branch 'main' into fix-pep-whitespaceGravatar Johannes Christ2021-12-08-12/+23
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1996 from python-discord/snekbox-api-url-env-varGravatar Matteo Bertucci2021-12-07-1/+1
|\ \ \ \
| * | | | Make snekbox url an env varGravatar Chris Lovering2021-12-07-1/+1
|/ / / /
* | | | Merge pull request #1892 from python-discord/Update-Username-ChecksGravatar ChrisJL2021-12-06-11/+22
|\ \ \ \
| * | | | Build an intermediate list for speed in filtering cogGravatar Chris Lovering2021-12-06-1/+1
| * | | | Also run name filters against a cleaned version of the normalised nameGravatar Chris Lovering2021-12-06-4/+5
| * | | | Return early when getting name matchesGravatar Chris Lovering2021-12-06-9/+7
| * | | | Check if we recently alerted about a bad name before running all filter token...Gravatar Chris Lovering2021-12-06-2/+6
| * | | | Normalise names before checking for matchesGravatar Chris Lovering2021-12-06-3/+11
|/ / / /
| * / / fix: parse whitespace out of pep titlesGravatar onerandomusername2021-12-05-1/+4
|/ / /
* | | Merge pull request #1990 from python-discord/fix-message-convertorGravatar Johannes Christ2021-12-05-0/+29
|\ \ \
| * \ \ Merge branch 'main' into fix-message-convertorGravatar Johannes Christ2021-12-05-22/+18
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1993 from python-discord/fetch-thread-if-not-in-cacheGravatar Johannes Christ2021-12-05-2/+5
|\ \ \ \
| * | | | Attepmt to fetch un-cached nomination threads on archiveGravatar Chris Lovering2021-12-03-2/+5
|/ / / /
* | | | Merge pull request #1991 from python-discord/pep-mainGravatar Johannes Christ2021-12-03-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'main' into pep-mainGravatar TizzySaurus2021-12-03-7/+1
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1987 from onerandomusername/remove-unneeded-constantGravatar Johannes Christ2021-12-03-7/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'main' into remove-unneeded-constantGravatar Johannes Christ2021-12-03-12/+11
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | remove default thread archive time as discord.py supports that alreadyGravatar onerandomusername2021-12-02-7/+1
| | * | | | Update PEP Repo URLGravatar Hassan Abouelela2021-12-03-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #1985 from python-discord/subscribe-redirectGravatar Johannes Christ2021-12-03-11/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'main' into subscribe-redirectGravatar Johannes Christ2021-12-03-52/+142
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1986 from onerandomusername/patch-3Gravatar Johannes Christ2021-12-03-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | set three_day to 4320, the number of minutes in 3 daysGravatar aru2021-12-02-1/+1
|/ / / / /
| * | | | Redirect subscribe command output to bot commandsGravatar Chris Lovering2021-12-01-10/+7
| * | | | Sort subscribe roles alphabeticallyGravatar Chris Lovering2021-12-01-1/+3
| | * | | Patch d.py's message convertor to infer channelID from the given contextGravatar Chris Lovering2021-12-03-0/+29
| |/ / / |/| | |
* | | | Dynamic views for command help embeds (#1939)Gravatar Boris Muratov2021-12-01-51/+141
|/ / /
* | | Merge pull request #1868 from python-discord/subscribe-with-buttonsGravatar ChrisJL2021-12-01-88/+248
|\ \ \
| * \ \ Merge branch 'main' into subscribe-with-buttonsGravatar ChrisJL2021-12-01-26/+53
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1928 from python-discord/kill-sir-threadevereGravatar Matteo Bertucci2021-12-01-26/+53
|\ \ \ \
| * | | | Remove redundant Union in a type hintGravatar Chris Lovering2021-12-01-1/+1
| * | | | Use presence of a nominee as check for pending reviewsGravatar Chris Lovering2021-12-01-1/+1
| * | | | Always return a review string for a given nominationGravatar Chris Lovering2021-12-01-8/+5
| * | | | Fix emoji reaction error in reviewerGravatar Chris Lovering2021-12-01-2/+2
| * | | | Ensure a nomination archival emoji isn't from the botGravatar Chris Lovering2021-12-01-0/+3
| * | | | Supress NotFound when archiving a nominationGravatar Chris Lovering2021-12-01-3/+6
| * | | | Update nomination message regexGravatar Chris Lovering2021-12-01-2/+1
| * | | | Manage nomination threadsGravatar Chris Lovering2021-12-01-1/+14