aboutsummaryrefslogtreecommitdiff
path: root/discord/audit_logs.py
Commit message (Expand)AuthorAgeFilesLines
* Only set the attribute if it isn't None.Rapptz2017-05-101-1/+3
* Make AuditLogDiff.roles an empty list instead of None.Rapptz2017-05-071-1/+1
* Fix NameError when making things Object in audit logs.Rapptz2017-05-071-2/+2
* Audit log role add and removes are lists, not single item.Rapptz2017-05-061-10/+15
* Add support for message delete audit log action type.Rapptz2017-05-041-0/+10
* Changed audit_log to audit_logs in documentationTwentysix2017-04-301-1/+1
* Implement audit logs.Rapptz2017-04-301-0/+319