aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Use new application format for message data in test helperGravatar Chris Lovering2022-06-28-1/+1
|
* Ignore auto_moderation_action messages when applying anti-spam rulesGravatar Chris Lovering2022-06-28-1/+2
| | | | | | When a message triggers an auto_moderation_action notification, Discord re-writes the author field for the system message to look as if it's from the original author. This means those messages counted towards our anti-spam filter. This both triggered the filter too early, and also resulted in those auto mod messages being deleted when the filter was hit.
* Bump botcore to get latest d.py changesGravatar Chris Lovering2022-06-28-164/+161
|
* Merge pull request #2197 from python-discord/fix_return_buttonGravatar ChrisJL2022-06-22-11/+4
|\
| * Merge branch 'main' into fix_return_buttonGravatar ChrisJL2022-06-22-5/+19
| |\ | |/ |/|
* | Merge pull request #2199 from Numerlor/doc-description-headerlinkGravatar ChrisJL2022-06-22-5/+19
|\ \
| * | filter out source code tags, remove unnecessary regexGravatar Numerlor2022-06-19-5/+14
| | |
| * | filter out headerlinks for descriptionsGravatar Numerlor2022-06-19-0/+5
|/ /
| * Fix help embed viewsGravatar mbaruh2022-06-17-11/+4
|/ | | | | | | Due to various breaking changes in the discord.py library the views of the help embed stopped working properly. - Use `add_item` in `CommandView`. This was done in GroupView but was apparently missed in `CommandView`, and the former (hacky) method no longer works. - Instead of editing the help message normally (which required to then defer the response), the message edit is made to be the response itself. It seems like the callback would automatically defer the response if none was made, but that no longer happens.
* Merge pull request #2195 from python-discord/fix/bot#2194Gravatar ChrisJL2022-06-14-1/+3
|\ | | | | Only check for autoban filters if reason key is present and not None
| * Merge branch 'main' into fix/bot#2194Gravatar ChrisJL2022-06-14-2/+2
| |\ | |/ |/|
* | Merge pull request #2193 from ↵Gravatar ChrisJL2022-06-14-2/+2
|\ \ | | | | | | | | | | | | python-discord/allow-char-info-in-all-channels-bar-py-gen Allow char info in all channels bar py-gen
| * | Allow char info in all channels bar py-genGravatar Chris Lovering2022-06-14-2/+2
|/ /
| * Only check for autoban filters if reason key is present and not NoneGravatar Chris Lovering2022-06-14-1/+3
|/ | | | Fixes bot#2194 Fixes BOT-35H
* Merge pull request #2192 from python-discord/fix_invite_autobanGravatar ChrisJL2022-06-13-1/+6
|\
| * Merge branch 'main' into fix_invite_autobanGravatar ChrisJL2022-06-13-1/+7
| |\ | |/ |/|
* | Merge pull request #2191 from python-discord/auto-bump-nomination-threadsGravatar ChrisJL2022-06-13-1/+7
|\ \
| * | Auto bump nomination threadsGravatar Chris Lovering2022-06-13-1/+7
|/ / | | | | | | Every nomination thread we call the thread bumper command this manually, so automating this is a no brainer.
| * Fix autobans not working for invite filtersGravatar mbaruh2022-06-13-1/+6
|/
* Add reroll command. (#1568)Gravatar Rohan Reddy Alleti2022-06-12-18/+159
| | | Co-authored-by: Bluenix <[email protected]>
* Merge pull request #2189 from python-discord/clean_improvGravatar Boris Muratov2022-06-13-10/+30
|\ | | | | Clean improvments
| * Correct "older" to "younger"Gravatar Boris Muratov2022-06-13-1/+1
| | | | | | Co-authored-by: Mark <[email protected]>
| * Correct _get_messages_from_channels type hints and add docstringGravatar mbaruh2022-06-13-4/+9
| |
| * Make `predicate_after` exclusive as wellGravatar mbaruh2022-06-12-1/+1
| |
| * Clarify age is exclusive in `purge` docstringGravatar mbaruh2022-06-12-1/+5
| |
| * Add user purging commandGravatar mbaruh2022-06-11-2/+9
| | | | | | | | | | | | The command cleans all public messages from a user. This is a private case that is common enough that it probably deserves a shortcut. Since the `purge` alias is never used for the clean group I repurposed it for this new command.
| * Fix clean range not being exclusiveGravatar mbaruh2022-06-11-2/+6
|/
* Merge pull request #2040 from Shom770/nominations-taggingGravatar ChrisJL2022-06-09-28/+28
|\
| * Merge main into nominations-taggingGravatar Mark2022-06-08-3214/+3996
| |\ | |/ |/|
* | chore: Remove allowed_strings in favour of LiteralGravatar Vivaan Verma2022-06-07-28/+8
| |
* | Merge pull request #2165 from python-discord/improve-pastebin-error-handlingGravatar ChrisJL2022-06-07-44/+102
|\ \
| * \ Merge branch 'main' into improve-pastebin-error-handlingGravatar ChrisJL2022-06-07-303/+401
| |\ \ | |/ / |/| |
* | | Merge pull request #1936 from python-discord/feature/1903/fix-pin-inconsistencyGravatar ChrisJL2022-06-07-34/+26
|\ \ \
| * \ \ Merge branch 'main' into feature/1903/fix-pin-inconsistencyGravatar ChrisJL2022-06-07-3543/+4375
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2187 from Numerlor/doc-remove-signature-headerlinkGravatar ChrisJL2022-06-07-1/+5
|\ \ \ \
| * | | | Filter out all header links through tagsGravatar Numerlor2022-06-05-1/+5
|/ / / / | | | | | | | | | | | | | | | | Replacing the paragraph sign on the string missed some other symbols that were used for permalinks.
* | | | Merge pull request #2153 from python-discord/multiple-bannersGravatar Hassan Abouelela2022-06-04-71/+70
|\ \ \ \ | | | | | | | | | | Add Support For Multiple Banners
| * | | | Add Explicit Namespaces To Branding CachesGravatar Hassan Abouelela2022-06-03-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Use MappingProxyType For Asset MapGravatar Hassan Abouelela2022-06-03-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Merge branch 'main' into multiple-bannersGravatar Hassan Abouelela2022-06-03-197/+300
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2179 from Autonymic/docs/clean-helpGravatar ChrisJL2022-05-31-9/+30
|\ \ \ \ \ | | | | | | | | | | | | Updating and improving clarity in help documentation for clean subcommands
| * | | | | Update clean regex description with cleaner examplesGravatar Autonymic2022-05-29-5/+3
| | | | | |
| * | | | | Merge branch 'python-discord:main' into docs/clean-helpGravatar Autonymic2022-05-29-103/+170
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2181 from python-discord/fix-eval-backticksGravatar wookie1842022-05-29-0/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add special handling for eval command followed by backticks.
| * \ \ \ \ \ Merge branch 'main' into fix-eval-backticksGravatar wookie1842022-05-29-22/+38
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2180 from python-discord/Log-more-data-on-failed-cleanGravatar ChrisJL2022-05-29-19/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Log more data on failed clean
| * \ \ \ \ \ \ Merge branch 'main' into Log-more-data-on-failed-cleanGravatar ChrisJL2022-05-29-84/+105
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2182 from ↵Gravatar ChrisJL2022-05-28-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/clean---works-for-active-threads-too Clean from public active threads when channels is set to *
| * | | | | | | | Clean from public active threads when channels is set to *Gravatar Chris Lovering2022-05-28-3/+3
|/ / / / / / / /
| * | | | | | | Add request data as a sentry breadcrumb when clean cog failsGravatar Chris Lovering2022-05-22-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to aid in the debugging on an issue we have encountered