aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | Merge pull request #2321 from thegamecracks/discordpy-stable-docsGravatar wookie1842022-11-10-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | Update discord.py tags to refer to the stable version of the documentation
| * | | | Fix reference link in customcooldown.mdGravatar thegamecracks2022-11-10-1/+1
| | | | |
| * | | | Change discord.py links in tags to use stable versionGravatar thegamecracks2022-11-10-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | The `latest` version of docs follows discord.py's development branch, which may include changes to documentation that are not relevant/accessible to typical users of the library.
| * | | Add further clarification to intents.mdGravatar thegamecracks2022-11-10-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - References discord.Intents documentation for detail on available intents and which features they impact - Explicitly describes no requirements for standard intents - Adds a code comment explaining the intents being enabled
| * | | Update intents.mdGravatar thegamecracks2022-11-10-6/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | - More generally describes features enabled by intents - Adds a disclaimer for discord.py v2.0.0 requiring intents - Adds distinction between standard and privileged intents - Replaces `members` intent in code snippet with `message_content` in accordance with the usage of `commands.Bot`
* | | Merge pull request #2307 from python-discord/2306-nominations-cleanupGravatar wookie1842022-11-05-279/+323
|\ \ \ | | | | | | | | Talentpool Cleanup
| * \ \ Merge branch 'main' into 2306-nominations-cleanupGravatar wookie1842022-11-05-27/+86
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2230 from meatballs/create-nomodule-tagGravatar ChrisJL2022-11-02-0/+13
|\ \ \ \
| * \ \ \ Merge branch 'main' into create-nomodule-tagGravatar ChrisJL2022-11-02-1494/+2457
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2309 from shtlrs/issue-2280-rule-keywords-discoverabilityGravatar ChrisJL2022-11-02-0/+15
|\ \ \ \ \
| * \ \ \ \ Merge branch 'main' into issue-2280-rule-keywords-discoverabilityGravatar ChrisJL2022-11-02-27/+58
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2315 from python-discord/bug/2299/timeitGravatar ChrisJL2022-11-02-5/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'main' into bug/2299/timeitGravatar ChrisJL2022-11-02-1/+25
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2285 from Keyacom/Keyacom-patch-1Gravatar ChrisJL2022-11-02-0/+24
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'main' into Keyacom-patch-1Gravatar ChrisJL2022-11-02-362/+1962
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2311 from python-discord/mbaruh-bump-psqlGravatar wookie1842022-10-30-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump PSQL version in docker-compose
| * | | | | | | | Bump PSQL version in docker-composeGravatar mbaruh2022-10-28-1/+1
|/ / / / / / / /
| * | | | | | | Simplify REPL exampleGravatar Keyacom2022-10-31-2/+0
| | | | | | | |
| * | | | | | | Update slicing.mdGravatar Keyacom2022-10-30-22/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Did things according to what was proposed by @swfarnsworth, and the following: - Fixed the REPL example (assignments never return) - The word "slicing" at the start was not capitalized in the proposal, even though it started a sentence. I fixed that.
| * | | | | | | added file to another branchGravatar Keyacom2022-10-04-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added file to another branch because it could interfere with the `main` branch when a pull request is made. This file adds an explanation on sequence slicing.
| | * | | | | | Pass args to the Python version switch buttonGravatar Karlis Suvi2022-10-28-5/+10
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2310 from python-discord/rules-fixGravatar ChrisJL2022-10-27-20/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for rules greedy parsing freezing
| * | | | | | | Reverse changes to invalid arg breakGravatar Ionite2022-10-25-5/+8
| | | | | | | |
| * | | | | | | Update tests to work with rules arg fixGravatar Ionite2022-10-25-4/+3
| | | | | | | |
| * | | | | | | Add args split max limitGravatar Ionite2022-10-25-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'rules-fix' of https://github.com/python-discord/bot into rules-fixGravatar Ionite2022-10-25-3/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Parse all words instead of breakingGravatar Ionite2022-10-25-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| * | | | | | | | Remove comment, arg parse bugGravatar Ionite2022-10-25-3/+0
| |/ / / / / / /
| * | | | | | | Update tests for new single string formatGravatar Ionite2022-10-25-12/+12
| | | | | | | |
| * | | | | | | Added new star expression fixGravatar Ionite2022-10-25-20/+14
| | | | | | | |
| * | | | | | | Updated fixGravatar Ionite2022-10-25-1/+7
| | | | | | | |
| * | | | | | | Made arg fix compatible with testsGravatar Ionite2022-10-25-5/+6
| | | | | | | |
| * | | | | | | Temporary fix for greedy parsing freezingGravatar Ionite2022-10-25-1/+4
|/ / / / / / /
| | * | | | | remove blank line between different rule keywordsGravatar Amrou Bellalouna2022-10-27-1/+1
| | | | | | |
| | * | | | | remove the "n° " from rules helpGravatar Amrou Bellalouna2022-10-23-1/+1
| | | | | | |
| | * | | | | remove Information Cog loading logGravatar Amrou Bellalouna2022-10-23-1/+0
| | | | | | |
| | * | | | | reinstate the docstrings of "rules" and update it upon cog loadGravatar Amrou Bellalouna2022-10-23-8/+10
| | | | | | |
| | * | | | | set rules command's help upon cog_loadGravatar Amrou Bellalouna2022-10-23-6/+20
| | | |_|/ / | | |/| | |
| | | * | | Address PR comments and fix typGravatar Owen Campbell2022-11-01-4/+2
| | | | | |
| | | * | | Add nomodule tagGravatar Owen Campbell2022-07-25-0/+15
| | | | | |
| | | | * | Refactor some commands to avoid unnecessary API callsGravatar wookie1842022-10-23-48/+34
| | | | | | | | | | | | | | | | | | | | | | | | Also fixed a docstring and renamed a variable
| | | | * | Various improvements and fixesGravatar wookie1842022-10-23-19/+22
| | | | | |
| | | | * | Fix testsGravatar wookie1842022-10-22-19/+22
| | | | | |
| | | | * | Remove mark_reviewed command, cleanup and bug fixesGravatar wookie1842022-10-22-64/+41
| | | | | | | | | | | | | | | | | | | | | | | | Bugs fixed were just ones introduced in my last commit :(
| | | | * | Use pydantic to model nominations and split API handling into a new fileGravatar wookie1842022-10-22-175/+250
| | | |/ / | | |/| |
| | | | * Fix antispam alertingGravatar mbaruh2023-02-28-13/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Only upload deletion logs when there's actually deletion. - Don't upload deletion logs when an antispam event begins (could happen when another filter demanded an alert to be sent), but instead delay it until the antispam alert. Otherwise the antispam alert would cause an error because it would try to upload duplicate messages. - Correctly include any messages and channels added to the antispam event after the initial deletion.
| | | | * Copy message from other infraction if result doesn't have one.Gravatar mbaruh2023-02-28-5/+19
| | | | |
| | | | * Don't allow adding filter lists with no implementationGravatar mbaruh2023-02-28-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter lists with no implemenation are not loaded, therefore if one is added with no implementation there is then no way to interact with it. Instead of accounting for that case it makes more sense to require an implemenation first.
| | | | * Re-add webhook and discord token check in other cogsGravatar mbaruh2023-02-28-2/+10
| | | | | | | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]>
| | | | * Correct type hintGravatar mbaruh2023-02-28-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]>