aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | disallow editing infraction durations into the pastGravatar Shakya Majumdar2022-01-05-0/+4
| | | | | | |
| | | * | | | Merge branch 'main' into feat/timeit-commandGravatar ToxicKidz2022-02-15-132/+137
| | | |\ \ \ \
| | | * | | | | docs: Document the timeit setup wrapperGravatar ToxicKidz2022-02-13-2/+11
| | | | | | | |
| | | * | | | | tests: Add a test for timeit command codeblock preparationGravatar ToxicKidz2022-02-05-0/+15
| | | | | | | |
| | | * | | | | fix: Use filter_snekbox_output rather than jobGravatar ToxicKidz2022-02-04-4/+4
| | | | | | | |
| | | * | | | | fix: Change the return type of the timeit command to NoneGravatar ToxicKidz2022-01-27-1/+1
| | | | | | | |
| | | * | | | | chore: Switch Snekbox.prepare_input with a CodeblockConverterGravatar ToxicKidz2022-01-27-90/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per @Numerlor's suggestion
| | | * | | | | Merge branch 'main' of https://github.com/python-discord/bot into ↵Gravatar ToxicKidz2022-01-26-331/+385
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | feat/timeit-command
| | | * | | | | | chore: Remove the naming of 'eval' in certain placesGravatar ToxicKidz2022-01-26-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the !eval command is no longer the only snekbox command, make the naming more generic.
| | | * | | | | | chore: Apply suggestionsGravatar ToxicKidz2022-01-18-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per Numerlor's suggestions, update docstrings, remove unused variables and fix a TypeError if the code is None.
| | | * | | | | | chore: Apply suggestions and adjust testsGravatar ToxicKidz2022-01-17-47/+29
| | | | | | | | |
| | | * | | | | | fix: Modify tests to correspond with Snekbox.continue_evalGravatar ToxicKidz2022-01-17-8/+11
| | | | | | | | |
| | | * | | | | | Merge branch 'feat/timeit-command' of https://github.com/python-discord/bot ↵Gravatar ToxicKidz2022-01-17-1/+1
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into feat/timeit-command
| | | | * | | | | | chore: fix a typoGravatar ToxicKidz2022-01-14-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | | * | | | | | | fix: Add timeit parsing when the command gets reinvokedGravatar ToxicKidz2022-01-17-13/+34
| | | |/ / / / / /
| | | * | | | | | chore: Suppress output in the setup code, not the code that gets timed.Gravatar ToxicKidz2022-01-13-20/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If multiple formatted codeblocks are passed to the command, the first one will be used as the setup code that does not get timed.
| | | * | | | | | chore: Fix merge conflictsGravatar ToxicKidz2022-01-13-3796/+8294
| | | |\ \ \ \ \ \
| | | * | | | | | | chore: Update tests to correspond with the timeit commandGravatar ToxicKidz2021-05-20-19/+17
| | | | | | | | | |
| | | * | | | | | | feat: Add the timeit commandGravatar ToxicKidz2021-05-20-35/+107
| | | | | | | | | |
| | | | | | | * | | Replaced resources.md with Resources CogGravatar Eric Fletcher2022-04-02-6/+70
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can use this cog to get a URL with resources filtered by the terms input by the user in the Discord command.
* | | | | | | | | Merge pull request #2087 from python-discord/fix-issue-1930Gravatar ToxicKidz2022-03-15-14/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow duckifying of messages in threads
| * \ \ \ \ \ \ \ \ Merge branch 'main' into fix-issue-1930Gravatar ToxicKidz2022-03-15-183/+757
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2113 from python-discord/revert-disnakeGravatar ChrisJL2022-03-15-1108/+1107
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert disnake
| * | | | | | | | | | Revert "Migrate from Discord.py to disnake"Gravatar Chris Lovering2022-03-15-205/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a30f8856cc24e6b42fc86ab972d605bfe2562075.
| * | | | | | | | | | Revert "Update all references of discord.py to disnake"Gravatar Chris Lovering2022-03-15-735/+734
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 960619c23300c56c8aaa454edc7241e2badf80ad.
| * | | | | | | | | | Revert "Migrate to use monkey patches from botcore"Gravatar Chris Lovering2022-03-15-191/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ab073c89ad37c26eb4103ef0ca58e16421bca875.
| * | | | | | | | | | Revert "No longer use Interaction.message, as it was removed from disnake"Gravatar Chris Lovering2022-03-15-11/+15
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a1c73b5eca88d1b92cd42d3c41183387209461b9.
* | | | | | | | | | Merge pull request #2114 from python-discord/jb3/increase-watch-limitGravatar Joe Banks2022-03-14-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Increase watch API call limit to 10,000Gravatar Joe Banks2022-03-14-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, the site infractions query API will only return 100 records, but we have more active watches than this meaning that the response truncated active infractions and so the bigbrother cog was not initialising with all active watches. This change ensures that up to 10,000 watches are fetched instead meaning no infractions will be truncated and missed.
* | | | | | | | | | Add regex tag (#2109)Gravatar camcaswell2022-03-13-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ToxicKidz <[email protected]> Co-authored-by: Xithrius <[email protected]>
* | | | | | | | | | Merge pull request #1680 from python-discord/feat/mod/1664/resend-infractionGravatar Mark2022-03-09-65/+95
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add command to resend infraction DM
| * | | | | | | | | | Fix detection of expired infractions in DMsGravatar MarkKoz2022-03-05-6/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge main into feat/mod/1664/resend-infractionGravatar MarkKoz2022-03-05-1160/+1232
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #2103 from python-discord/disnake-migrationGravatar ChrisJL2022-03-06-1107/+1108
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Disnake migration
| * | | | | | | | | | | No longer use Interaction.message, as it was removed from disnakeGravatar Chris Lovering2022-03-05-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interaction.response is what should be used now instead.
| * | | | | | | | | | | Migrate to use monkey patches from botcoreGravatar Chris Lovering2022-03-05-202/+191
| | | | | | | | | | | |
| * | | | | | | | | | | Update all references of discord.py to disnakeGravatar Chris Lovering2022-03-05-734/+735
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of the tag content is out of scope for this PR.
| * | | | | | | | | | | Migrate from Discord.py to disnakeGravatar Chris Lovering2022-03-05-190/+205
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2086 from python-discord/fix-bot-2081Gravatar ChrisJL2022-03-04-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix DM handling for code snippets.
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into fix-bot-2081Gravatar ChrisJL2022-03-04-117/+643
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2107 from an-dyy/patch-1Gravatar ToxicKidz2022-03-01-5/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | fix: Make the help command's button only work for author
| * | | | | | | | | | | | docs: Added docstring for moderator accessGravatar an-dyy2022-03-01-1/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | feat: Allow moderators to use buttons in other people's help commandGravatar andy2022-02-28-1/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | docs: Make docstring sound betterGravatar andy2022-02-28-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix: Make help buttons only work for authorGravatar andy2022-02-28-5/+15
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2071 from minalike/feature/nonpinging-helper-notifyGravatar ToxicKidz2022-02-23-46/+97
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Notify helpers without ping when dormant channels are running low
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into feature/nonpinging-helper-notifyGravatar ToxicKidz2022-02-23-121/+545
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2101 from python-discord/fix/help-channels-attribute-errorGravatar ToxicKidz2022-02-23-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Make sure the regex match is not None before adding to claimaints cache
| * | | | | | | | | | | | fix: Make sure the regex match is not None before adding to claimaints cacheGravatar ToxicKidz2022-02-23-3/+4
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there was a bot message in a help channel that contained an embed that was not the claimed channel message, this would raise an attribute error.
| * | | | | | | | | | | Fixup: remove extra blank lineGravatar minalike2022-02-22-1/+0
| | | | | | | | | | | |