aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * | | | | | | | | | Merge branch 'main' into timeit_setup_helpGravatar Hassan Abouelela2022-07-03-167/+177
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #2196 from python-discord/always-prepend-guild-name-to-gui...Gravatar ChrisJL2022-06-30-11/+21
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into always-prepend-guild-name-to-guild-invite-filtersGravatar ChrisJL2022-06-30-172/+179
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2203 from python-discord/fix-trigger_typingGravatar ChrisJL2022-06-29-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use the new Messageable.typing instead of the removed Messageable.trigger_typingGravatar Chris Lovering2022-06-29-4/+4
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2200 from python-discord/ignore-auto-mod-notificaitonsGravatar Hassan Abouelela2022-06-28-152/+152
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Pin fakeredis to 1.7.5 due to breaking aioredis changeGravatar Chris Lovering2022-06-28-14/+16
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | Bump botcore to get latest d.py changesGravatar Chris Lovering2022-06-28-164/+161
|/ / / / / / / / / / / /
| * | | | | | | | | | | Rename filtering send log kwarg for consistency with where it's sent fromGravatar Chris Lovering2022-06-22-2/+2
| * | | | | | | | | | | Improved output format of guild autoban notificationsGravatar Chris Lovering2022-06-22-1/+3
| * | | | | | | | | | | Don't ping mods for autoban filtersGravatar Chris Lovering2022-06-15-3/+7
| * | | | | | | | | | | Include the list type when telling mods a new autoban filter was addedGravatar Chris Lovering2022-06-15-1/+2
| * | | | | | | | | | | Always prepend guild name to guild invite filters.Gravatar Chris Lovering2022-06-14-7/+10
| | * | | | | | | | | | document eval command accepting multiple codeblocksGravatar Numerlor2022-06-28-0/+3
| | * | | | | | | | | | improve usage hint of timeit and eval commandGravatar Numerlor2022-06-28-2/+2
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | 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
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2195 from python-discord/fix/bot#2194Gravatar ChrisJL2022-06-14-1/+3
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'main' into fix/bot#2194Gravatar ChrisJL2022-06-14-2/+2
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #2193 from python-discord/allow-char-info-in-all-channels-...Gravatar ChrisJL2022-06-14-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
|/ / / / / / / / / /
* | | | | | | | | | 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
|/ / / / / / / / / / /
| * / / / / / / / / / Fix autobans not working for invite filtersGravatar mbaruh2022-06-13-1/+6
|/ / / / / / / / / /
* | | | | | | | | | Add reroll command. (#1568)Gravatar Rohan Reddy Alleti2022-06-12-18/+159
* | | | | | | | | | Merge pull request #2189 from python-discord/clean_improvGravatar Boris Muratov2022-06-13-10/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correct "older" to "younger"Gravatar Boris Muratov2022-06-13-1/+1
| * | | | | | | | | | 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
| * | | | | | | | | | 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
|/ / / / / / / / / / / / /