aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * Fix bug in test causing channel edit to not be recognisedGravatar B0nes2025-06-30-15/+17
| * Fix issue with unawaited coroutine in testGravatar B0nes2025-06-30-1/+1
| * WIP: Added tests for slowmode command with duration argument.Gravatar B0nes2025-06-30-2/+110
| * Implemented optional duration parameter in slowmode commandGravatar B0nes2025-06-30-15/+99
|/
* Gracefully handle attempting tidy-up in archived threadGravatar Joe Banks2025-06-25-3/+10
* Merge pull request #3340 from python-discord/jb3/mod-changes-refactorGravatar Joe Banks2025-06-25-6/+9
|\
| * Exclude bot-commands from rules alert relayGravatar Joe Banks2025-06-25-1/+4
| * Only tidy-up infractions outside mod channelsGravatar Joe Banks2025-06-25-1/+2
| * Use partial messageable and message to tidy up infractionsGravatar Joe Banks2025-06-25-4/+3
|/
* Drop log verbosity for forbidden infraction message deletionsGravatar Joe Banks2025-06-23-1/+1
* Improve error handling with scheduled deletion of infraction messagesGravatar Joe Banks2025-06-23-6/+7
* Delete automated infraction messages after a period of timeGravatar Joe Banks2025-06-23-2/+70
* Update information cog test suite to patch get_channel for rules command testsGravatar Joe Banks2025-06-23-0/+3
* Post alert in rule alerts thread when a non-staff member uses !ruleGravatar Joe Banks2025-06-23-1/+39
* Add rule alerts thread to constants fileGravatar Joe Banks2025-06-23-0/+2
* Merge pull request #3329 from python-discord/don't-hardcode-python-version-in...Gravatar ChrisJL2025-05-31-17/+22
|\
| * Don't hardcode which python version to use in timeit commandGravatar Chris Lovering2025-05-31-17/+22
* | Merge pull request #3323 from python-discord/dependabot/pip/deepdiff-8.5.0Gravatar ChrisJL2025-05-31-17/+19
|\ \
| * | Bump deepdiff from 7.0.1 to 8.5.0Gravatar dependabot[bot]2025-05-31-17/+19
|/ /
* | Merge pull request #3330 from python-discord/dependabot/pip/pip-75f0befae6Gravatar ChrisJL2025-05-31-8/+8
|\ \
| * | Bump h11 from 0.14.0 to 0.16.0 in the pip groupGravatar dependabot[bot]2025-05-31-8/+8
* | | Merge pull request #3309 from python-discord/update-pep-cog-2Gravatar ChrisJL2025-05-31-123/+59
|\ \ \ | |/ / |/| |
| * | Fix: Move PEP link back to titleGravatar wookie1842025-04-19-1/+1
| * | Tidy PEP code + improve cachingGravatar wookie1842025-04-09-15/+25
| * | Only fetch PEP data when needed, and fix function callGravatar wookie1842025-04-09-10/+8
| * | Simplify PEP cog to use PEP apiGravatar wookie1842025-04-09-121/+49
* | | Merge pull request #3286 from python-discord/dependabot/pip/markdownify-1.1.0Gravatar ChrisJL2025-05-31-22/+21
|\ \ \
| * | | Remove broken hack for reflowing markdown textGravatar wookie1842025-04-08-5/+4
| * | | Fix markdownify breaking change: convert_as_inline->parent_tagsGravatar wookie1842025-04-08-12/+12
| * | | Bump markdownify from 0.14.1 to 1.1.0Gravatar dependabot[bot]2025-03-08-5/+5
* | | | Merge pull request #3310 from python-discord/vivek/pastebin-codeblockGravatar ChrisJL2025-05-31-14/+64
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix return type annotationGravatar Vivek Ashokkumar2025-04-12-1/+1
| * | | CodeSnippets: Add support for paste.pythondiscord.comGravatar vivekashok12212025-04-10-14/+64
| | |/ | |/|
* | | !timeit use 3.13 defaultGravatar Joe Banks2025-05-31-2/+2
* | | 3.14 in snekbox (#3324)Gravatar ChrisJL2025-05-22-41/+57
|\ \ \
| * | | Update snekbox tests to use new default python versionGravatar Chris Lovering2025-05-17-18/+24
| * | | Move snekbox help docs to the @command decoratorGravatar Chris Lovering2025-05-17-20/+25
| * | | Dynamically get the default snekbox Python version by looking at the first su...Gravatar Chris Lovering2025-05-17-1/+1
| * | | Add extra info about pre-release versions in snekbox outputGravatar Chris Lovering2025-05-17-1/+6
| * | | Replace 3.12 support in snekbox for 3.14-devGravatar Chris Lovering2025-05-17-2/+2
|/ / /
* | | Merge pull request #3320 from python-discord/remove-cban-aliasGravatar Joe Banks2025-04-20-2/+2
|\ \ \
| * | | Remove cban alias, Add clban & cpban aliasesGravatar vivekashok12212025-04-20-2/+2
|/ / /
* | | Merge pull request #3313 from shenanigansd/patch-1Gravatar Joe Banks2025-04-15-1/+1
|\ \ \
| * | | Remove Ned's name from 'projects' tagGravatar Bradley Reynolds2025-04-12-1/+1
| |/ /
* | | Merge pull request #3311 from MeGaGiGaGon/mainGravatar Joe Banks2025-04-14-26/+53
|\ \ \ | |/ / |/| |
| * | fix testsGravatar MeGaGiGaGon2025-04-10-2/+2
| * | fix ruff lintsGravatar MeGaGiGaGon2025-04-10-5/+9
| * | fix whitespace and file end lintsGravatar MeGaGiGaGon2025-04-10-3/+3
| * | Add step to zen command slicingGravatar MeGaGiGaGon2025-04-10-27/+50
|/ /
* | Actually used capped durationGravatar Joe Banks2025-04-08-1/+1