aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge pull request #255 from fiskenslakt/masterGravatar S. Co12019-01-12-0/+154
|\
| * Merge branch 'master' into masterGravatar Leon Sandøy2019-01-12-52/+141
| |\ | |/ |/|
* | Merge pull request #272 from python-discord/edit-log-timestampGravatar Jeremiah Boby2019-01-12-9/+36
|\ \
| * \ Merge branch 'master' into edit-log-timestampGravatar Jeremiah Boby2019-01-12-9/+60
| |\ \ | |/ / |/| |
* | | Merge pull request #273 from python-discord/help-catch-superclassGravatar Leon Sandøy2019-01-12-2/+2
|\ \ \
| * \ \ Merge branch 'master' into help-catch-superclassGravatar Jeremiah Boby2019-01-12-7/+58
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #266 from python-discord/bigbrother-add-watch-message-to-h...Gravatar S. Co12019-01-12-7/+58
|\ \ \ \
| * \ \ \ Merge branch 'master' into bigbrother-add-watch-message-to-header-embedGravatar Sebastiaan Zeeff2019-01-12-3/+36
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into bigbrother-add-watch-message-to-header-embedGravatar Sebastiaan Zeeff2019-01-11-31/+9
| |\ \ \ \
| * | | | | Only retrieve/cache watch reason when user becomes active; restore update_cac...Gravatar SebastiaanZ2019-01-11-9/+12
| * | | | | Removing default argument for the alias <prefix>watch to require a reason via...Gravatar SebastiaanZ2019-01-10-1/+1
| * | | | | Adding type annotationsGravatar SebastiaanZ2019-01-10-2/+2
| * | | | | Adding watch reason to the big-brother header embedsGravatar SebastiaanZ2019-01-10-9/+57
| | | * | | Changing check-specific exception to superclass exception so help doesn't bre...Gravatar SebastiaanZ2019-01-12-2/+2
| |_|/ / / |/| | | |
| | | * | Condense logicGravatar sco12019-01-12-5/+2
| | | * | Add Optional type hints where appropriateGravatar sco12019-01-12-6/+6
| | | * | Remove debug print statementGravatar sco12019-01-11-1/+0
| | | * | Add edit delta to modlog for multi-edit messagesGravatar sco12019-01-11-8/+39
| |_|/ / |/| | |
* | | | Merge pull request #269 from python-discord/disable-rich-embed-filterGravatar S. Co12019-01-11-1/+1
|\ \ \ \
| * | | | Disable rich embed filterGravatar sco12019-01-11-1/+1
|/ / / /
* | | | Merge pull request #268 from python-discord/reverting-accidental-push-to-masterGravatar S. Co12019-01-11-2/+2
|\ \ \ \
| * | | | Revert "Catching the superclass CheckFailure instead of the subclass"Gravatar SebastiaanZ2019-01-11-2/+2
|/ / / /
* | | | Catching the superclass CheckFailure instead of the subclassGravatar SebastiaanZ2019-01-11-2/+2
* | | | Merge pull request #260 from python-discord/accidental-permamuteGravatar Sebastiaan Zeeff2019-01-11-0/+32
|\ \ \ \
| * \ \ \ Merge branch 'master' into accidental-permamuteGravatar Sebastiaan Zeeff2019-01-11-53/+101
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #267 from python-discord/token-detection-warning-strong-la...Gravatar Leon Sandøy2019-01-11-2/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Using stronger language in the message and emphazising the 'strongly recommen...Gravatar SebastiaanZ2019-01-11-2/+3
|/ / / /
* | | | Merge pull request #232 from python-discord/antispam-mute-infrGravatar Sebastiaan Zeeff2019-01-11-31/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into antispam-mute-infrGravatar sco12019-01-10-22/+91
| |\ \ \ | |/ / / |/| | |
| * | | Invoke Moderation tempmute directlyGravatar sco12019-01-06-33/+3
| * | | Antispam Infraction FixesGravatar sco12019-01-06-7/+10
| * | | Merge branch 'master' into antispam-mute-infrGravatar sco12019-01-06-244/+490
| |\ \ \
| * | | | Add infraction posting for AntiSpam mutesGravatar sco12018-12-29-12/+16
| * | | | Add optional return to modlog post coroGravatar sco12018-12-29-1/+2
| | | * | From reviewGravatar sco12019-01-08-2/+1
| | | * | Switch short-circuit logic, add loggingGravatar sco12019-01-08-1/+5
| | | * | Remove list comprehension since any() works on generatorsGravatar Sebastiaan Zeeff2019-01-08-1/+1
| | | * | Add line after docstringGravatar sco12019-01-07-0/+1
| | | * | Add mute infraction check to role restorationGravatar sco12019-01-07-0/+28
| | |/ /
| | | * Change log.error to log.exception to avoid hiding tracebackGravatar Sebastiaan Zeeff2019-01-12-1/+1
| | | * Change ctx.invoke to ctx.reinvoke to conserve passed argumentsGravatar Sebastiaan Zeeff2019-01-12-1/+1
| | | * Update error handler docstring to be more accurateGravatar Derek2019-01-10-4/+2
| | | * Put extra sentence in docstring clarifying arg usageGravatar Derek2019-01-10-0/+1
| | | * Add cooldown constants to configGravatar Derek2019-01-10-1/+7
| | | * Add 2nd space to inline comment to obey allmighty linterGravatar Derek2019-01-10-1/+1
| | | * Merge branch 'master' of https://github.com/python-discord/botGravatar Derek2019-01-10-20/+77
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #259 from python-discord/SebastiaanZ/embed-detection-filterGravatar Chris Goes2019-01-09-20/+77
|\ \ \ \
| * \ \ \ Merge branch 'master' into SebastiaanZ/embed-detection-filterGravatar Chris Goes2019-01-09-2/+14
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Deleting unnecessary additional lineGravatar SebastiaanZ2019-01-07-1/+0
| * | | | Removing orphaned comment and restructuring user notification for filter_rich...Gravatar SebastiaanZ2019-01-07-4/+2