aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | | | chore: Simplify the permissions checking in duck pondsGravatar ToxicKidz2022-02-28-17/+3
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Use `discord.Guild.get_channel_or_thread()` instead of `discord.utils.get()`Gravatar Izan2022-02-17-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Allow duckifying of messages in threadsGravatar Izan2022-02-14-5/+11
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | 🚨 Remove unused importedGravatar GDWR2022-02-14-3/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | 👌 Run bad word check on all voice state updates.Gravatar GDWR2022-02-14-4/+3
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | ♻️Remove `import discord` in favour of using `from discord`Gravatar GDWR2022-02-02-9/+10
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | 💡 Correct docstring to explain functionalityGravatar GDWR2022-02-01-1/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | 🚨 Make docstring more conciseGravatar GDWR2022-02-01-2/+2
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | 🚨 Reorder importsGravatar GDWR2022-02-01-1/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | ♻️Import errors from `discord` explicitlyGravatar GDWR2022-02-01-4/+4
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | ✨ Check for bad username when user joins or switches voice channelGravatar GDWR2022-02-01-1/+7
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | 🚸 Ping moderators when a bad username is detectedGravatar GDWR2022-02-01-1/+2
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | Update bot/resources/tags/type-hint.mdGravatar wookie1842022-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| | | | | | | | | * | | | | | | | Update type-hint.mdGravatar wookie1842022-03-31-7/+7
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | Implement suggestionsGravatar SavagePastaMan2021-11-15-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added links to mypy and PEP484 (the type hint pep). Removed the temp variable for clarity, maybe it's fine if we don't show that you can typehint normal variables?
| | | | | | | | | * | | | | | | | Make type-hint tagGravatar SavagePastaMan2021-11-08-0/+16
| | | | | | | | | | |_|/ / / / / | | | | | | | | | |/| | | | | |
| | | | | | | | | | | | | * | | Improve nomination message consistency and include user mentionsGravatar Mark2022-06-08-31/+28
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | unnecessary fetching of userGravatar Shom7702022-01-09-1/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | user mention for editing reason works nowGravatar Shom7702022-01-08-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | presumed that when target was an integer, it would be the user ID and not the nomination ID. retrieves user from nomination and fetches the user
| | | | | | | | | | | | | * | | using target instead of actorGravatar Shom7702022-01-07-1/+3
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | changing vague parts of the talentpool to the user specified for clarityGravatar Shom7702022-01-07-2/+2
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | Address ReviewsGravatar Izan2022-07-14-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use the more concise DATETIME timestamp instead of both a DATE and a TIME timestamp. - Remove underline from the "Reported ..." section at the bottom of the embed. - Re-add time of action/rejection timestamp to footer of embed.
| | | | | | | | | | | | | | * | Fix testsGravatar Izan2022-01-01-6/+18
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | Incident archive improvementsGravatar Izan2022-01-01-6/+16
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * Merge branch 'python-discord:main' into patreonGravatar mathstrains212022-03-13-2553/+3775
| | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |