aboutsummaryrefslogtreecommitdiff
path: root/discord/audit_logs.py
Commit message (Expand)AuthorAgeFilesLines
* Add intersphinxTobotimus2018-01-061-2/+2
* Add support for Guild.system_channelRapptz2017-08-171-0/+1
* Fix cases where user_id can be None in audit logs.Rapptz2017-08-151-1/+1
* Fix AuditLogDiff.__iter__ to return an actual iterable.Rapptz2017-06-041-1/+1
* Don't assume the inviter is always there.Rapptz2017-05-311-1/+4
* 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