aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | Move clean logging to a helper functionGravatar mbaruh2021-08-27-11/+11
| | | | | | | |
| | * | | | | | Moved clean cog to moderation extGravatar mbaruh2021-08-27-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cog is moderation related and all commands are exclusive to moderators.
| | * | | | | | Merge branch 'main' into cleanreworkGravatar mbaruh2021-08-27-933/+1826
| | |\ \ \ \ \ \
| | * | | | | | | Fix references to kwarg after renaming in clean commandGravatar Chris Lovering2021-07-28-2/+2
| | | | | | | | |
| | * | | | | | | Rely on error handler for sending input errors to userGravatar Chris Lovering2021-07-28-45/+9
| | | | | | | | |
| | * | | | | | | simplify range predicate for clean commandGravatar Chris Lovering2021-07-28-1/+1
| | | | | | | | |
| | * | | | | | | Return empty containers if clean is cancelledGravatar Chris Lovering2021-07-28-2/+2
| | | | | | | | |
| | * | | | | | | Make is_older_than_14d a static methodGravatar Chris Lovering2021-07-26-11/+12
| | | | | | | | |
| | * | | | | | | Update _get_messages_from_channels return typeGravatar Chris Lovering2021-07-26-2/+2
| | | | | | | | |
| | * | | | | | | Merge branch 'main' into cleanreworkGravatar ChrisJL2021-07-26-2344/+5485
| | |\ \ \ \ \ \ \
| | * | | | | | | | document snowflake check betterGravatar Senjan212021-04-16-4/+12
| | | | | | | | | |
| | * | | | | | | | Don't delete invocation in mod channelGravatar Senjan212021-04-16-7/+10
| | | | | | | | | |
| | * | | | | | | | Better response wording, added aliasGravatar Senjan212021-04-16-2/+2
| | | | | | | | | |
| | * | | | | | | | make predicate_range inclusiveGravatar Senjan212021-04-16-1/+1
| | | | | | | | | |
| | * | | | | | | | Naming changes for better self documentationGravatar Senjan212021-04-16-5/+5
| | | | | | | | | |
| | * | | | | | | | simplify use_cache varGravatar Senjan212021-04-16-6/+2
| | | | | | | | | |
| | * | | | | | | | Use correct kwarg for channel.historyGravatar Senjan212021-04-16-1/+1
| | | | | | | | | |
| | * | | | | | | | replace lambda with list in defaultdictGravatar Senjan212021-04-16-2/+2
| | | | | | | | | |
| | * | | | | | | | Merge branch 'main' into cleanreworkGravatar Senjan212021-04-15-2379/+4200
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | swap predicate save order for correct deletionGravatar Senjan212021-04-15-4/+4
| | | | | | | | | | |
| | * | | | | | | | | Change typing, remove `range` aliasGravatar Senjan212021-03-04-3/+3
| | | | | | | | | | |
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into cleanreworkGravatar Senjan212021-03-04-170/+249
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into cleanreworkGravatar Senjan212021-03-02-2961/+4031
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | set `self.cleaning` to False once done cleaningGravatar Senjan212021-02-24-0/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Implement range clean commandGravatar Senjan212021-02-23-6/+57
| | | | | | | | | | | | |
| | * | | | | | | | | | | Introduce cache to cleaning as well as fix cancelGravatar Senjan212021-02-23-36/+89
| | | | | | | | | | | | |
| | * | | | | | | | | | | rename command `messages` to `until`Gravatar Senjan212020-11-22-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new name should be more selfexplanatory
| | * | | | | | | | | | | rework clean to fully use `delete_messages` instead of `purge`Gravatar Senjan212020-11-22-26/+60
| | | | | | | | | | | | |
| | | | | | | | | * | | | Unify infraction embed titleGravatar Izan2021-11-10-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Embed for `!infractions by` no longer has the author in codeblock.
| | | | | | | | | * | | | Add missing newline after region commentGravatar Izan2021-11-08-0/+1
| | | | | | | | | | | | |
| | | | | | | | | * | | | Improve ordering logic in API requestGravatar Izan2021-11-03-1/+6
| | | | | | | | | | | | |
| | | | | | | | | * | | | Address ReviewGravatar Izan2021-11-02-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add `format_infraction_count` and migrate - Improve logic for `actor` being `"m"`/`"me"` - Rename `search_by_user` to `search_by_actor` - Better Ordering Logic (thanks @ChrisLovering) - Make embed title consistent with other search embeds
| | | | | | | | | * | | | Add support for `!infractions by <m|me|uid>`Gravatar Izan2021-11-01-0/+38
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1897 from python-discord/modlog/correct-color-namesGravatar Karlis Suvi2021-10-20-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Modlog: correct color namesGravatar Matteo Bertucci2021-10-19-4/+4
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Solves https://github.com/python-discord/bot/issues/1896
* | | | | | | | | | | | Merge pull request #1894 from python-discord/modlog-soft-colorsGravatar ChrisJL2021-10-19-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Mod-log thread: use soft colors
| * | | | | | | | | | | | Mod-log thread: use soft colorsGravatar Matteo Bertucci2021-10-19-4/+4
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Seems like we have been using the wrong colors in mod-log.
* | | | | | | | | | | | Merge pull request #1845 from python-discord/fix-sentry-BOT-1N6Gravatar Matteo Bertucci2021-10-19-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Handle edge case of `message.author` being a `discord.User` when claiming a help channel.
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into fix-sentry-BOT-1N6Gravatar TizzySaurus2021-10-19-981/+1567
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Update log message for when author isn't `discord.Member`Gravatar Izan2021-10-19-2/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Invert `isinstance` check as per reviewGravatar Izan2021-10-19-3/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add handling for when `message.author` is a `discord.User`Gravatar Izan2021-09-24-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NB: Will give a sentry warning when this happens.
| | | | | | | | | | | * | Correct typo in loglineGravatar Johannes Christ2021-12-08-1/+1
| | | | | | | | | | | | |
| | | | | | | | | | | * | Make 'parse' imported function name explicitGravatar Shivansh-0072021-11-01-2/+2
| | | | | | | | | | | | |
| | | | | | | | | | | * | Use discord timestamps for showing worktimeGravatar Shivansh-0072021-10-19-4/+5
| | | | | | | | | | | | |
| | | | | | | | | | | * | Merge remote-tracking branch 'upstream/main' into modpings-scheduleGravatar Shivansh-0072021-10-19-2584/+5369
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1890 from python-discord/Migrate-to-socket_event_typeGravatar Matteo Bertucci2021-10-18-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate to on_socket_event_type event
| * | | | | | | | | | | | | Migrate to on_socket_event_type eventGravatar Chris Lovering2021-10-18-4/+3
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discord.py 2.0 (Namely this commit https://github.com/Rapptz/discord.py/commit/e2250d402e8ad035b2653eb411c8e744cc9eb3bf) removed the socket_response event, and replaced it with the socket_event_type event, which just sends the type of event triggered on the websocket. Since this event was removed, no socket stats were being incremented, as the event never triggered. I have looked through the rest of the bot, and we do not use the socket_response event type anywhere else.
* | | | | | | | | / / / / Fix guild icon URL getting way in server command (#1888)Gravatar Karlis Suvi2021-10-17-1/+1
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1887 from python-discord/fix-guild-attr-errorGravatar Karlis Suvi2021-10-17-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix attr error since asset attrs have changed in 2.0