Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use new application format for message data in test helper | 2022-06-28 | -1/+1 | |
| | ||||
* | Ignore auto_moderation_action messages when applying anti-spam rules | 2022-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 changes | 2022-06-28 | -164/+161 | |
| | ||||
* | Merge pull request #2197 from python-discord/fix_return_button | 2022-06-22 | -11/+4 | |
|\ | ||||
| * | Merge branch 'main' into fix_return_button | 2022-06-22 | -5/+19 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #2199 from Numerlor/doc-description-headerlink | 2022-06-22 | -5/+19 | |
|\ \ | ||||
| * | | filter out source code tags, remove unnecessary regex | 2022-06-19 | -5/+14 | |
| | | | ||||
| * | | filter out headerlinks for descriptions | 2022-06-19 | -0/+5 | |
|/ / | ||||
| * | Fix help embed views | 2022-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#2194 | 2022-06-14 | -1/+3 | |
|\ | | | | | Only check for autoban filters if reason key is present and not None | |||
| * | Merge branch 'main' into fix/bot#2194 | 2022-06-14 | -2/+2 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #2193 from ↵ | 2022-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-gen | 2022-06-14 | -2/+2 | |
|/ / | ||||
| * | Only check for autoban filters if reason key is present and not None | 2022-06-14 | -1/+3 | |
|/ | | | | Fixes bot#2194 Fixes BOT-35H | |||
* | Merge pull request #2192 from python-discord/fix_invite_autoban | 2022-06-13 | -1/+6 | |
|\ | ||||
| * | Merge branch 'main' into fix_invite_autoban | 2022-06-13 | -1/+7 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #2191 from python-discord/auto-bump-nomination-threads | 2022-06-13 | -1/+7 | |
|\ \ | ||||
| * | | Auto bump nomination threads | 2022-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 filters | 2022-06-13 | -1/+6 | |
|/ | ||||
* | Add reroll command. (#1568) | 2022-06-12 | -18/+159 | |
| | | | Co-authored-by: Bluenix <[email protected]> | |||
* | Merge pull request #2189 from python-discord/clean_improv | 2022-06-13 | -10/+30 | |
|\ | | | | | Clean improvments | |||
| * | Correct "older" to "younger" | 2022-06-13 | -1/+1 | |
| | | | | | | Co-authored-by: Mark <[email protected]> | |||
| * | Correct _get_messages_from_channels type hints and add docstring | 2022-06-13 | -4/+9 | |
| | | ||||
| * | Make `predicate_after` exclusive as well | 2022-06-12 | -1/+1 | |
| | | ||||
| * | Clarify age is exclusive in `purge` docstring | 2022-06-12 | -1/+5 | |
| | | ||||
| * | Add user purging command | 2022-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 exclusive | 2022-06-11 | -2/+6 | |
|/ | ||||
* | Merge pull request #2040 from Shom770/nominations-tagging | 2022-06-09 | -28/+28 | |
|\ | ||||
| * | Merge main into nominations-tagging | 2022-06-08 | -3214/+3996 | |
| |\ | |/ |/| | ||||
* | | chore: Remove allowed_strings in favour of Literal | 2022-06-07 | -28/+8 | |
| | | ||||
* | | Merge pull request #2165 from python-discord/improve-pastebin-error-handling | 2022-06-07 | -44/+102 | |
|\ \ | ||||
| * \ | Merge branch 'main' into improve-pastebin-error-handling | 2022-06-07 | -303/+401 | |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #1936 from python-discord/feature/1903/fix-pin-inconsistency | 2022-06-07 | -34/+26 | |
|\ \ \ | ||||
| * \ \ | Merge branch 'main' into feature/1903/fix-pin-inconsistency | 2022-06-07 | -3543/+4375 | |
| |\ \ \ | |/ / / |/| | | | ||||
* | | | | Merge pull request #2187 from Numerlor/doc-remove-signature-headerlink | 2022-06-07 | -1/+5 | |
|\ \ \ \ | ||||
| * | | | | Filter out all header links through tags | 2022-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-banners | 2022-06-04 | -71/+70 | |
|\ \ \ \ | | | | | | | | | | | Add Support For Multiple Banners | |||
| * | | | | Add Explicit Namespaces To Branding Caches | 2022-06-03 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | | | Use MappingProxyType For Asset Map | 2022-06-03 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | | | Merge branch 'main' into multiple-banners | 2022-06-03 | -197/+300 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||
* | | | | | Merge pull request #2179 from Autonymic/docs/clean-help | 2022-05-31 | -9/+30 | |
|\ \ \ \ \ | | | | | | | | | | | | | Updating and improving clarity in help documentation for clean subcommands | |||
| * | | | | | Update clean regex description with cleaner examples | 2022-05-29 | -5/+3 | |
| | | | | | | ||||
| * | | | | | Merge branch 'python-discord:main' into docs/clean-help | 2022-05-29 | -103/+170 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
* | | | | | | Merge pull request #2181 from python-discord/fix-eval-backticks | 2022-05-29 | -0/+30 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add special handling for eval command followed by backticks. | |||
| * \ \ \ \ \ | Merge branch 'main' into fix-eval-backticks | 2022-05-29 | -22/+38 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #2180 from python-discord/Log-more-data-on-failed-clean | 2022-05-29 | -19/+35 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Log more data on failed clean | |||
| * \ \ \ \ \ \ | Merge branch 'main' into Log-more-data-on-failed-clean | 2022-05-29 | -84/+105 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
* | | | | | | | | Merge pull request #2182 from ↵ | 2022-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 * | 2022-05-28 | -3/+3 | |
|/ / / / / / / / | ||||
| * | | | | | | | Add request data as a sentry breadcrumb when clean cog fails | 2022-05-22 | -17/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to aid in the debugging on an issue we have encountered |