aboutsummaryrefslogtreecommitdiff
path: root/discord/audit_logs.py
Commit message (Expand)AuthorAgeFilesLines
* implement guild stickersNadir Chowdhury2021-07-301-8/+19
* Add audit log events for threadsNadir Chowdhury2021-07-281-4/+14
* Fix Permission serialisation in audit logsRapptz2021-07-041-2/+2
* Add audit log entries for stage instancesNadir Chowdhury2021-06-091-34/+30
* update types subpackage with latest docs Nadir Chowdhury2021-06-071-2/+2
* Typehint audit_logs.pyJames2021-06-021-74/+123
* Refactor and type hint invitesRapptz2021-05-291-3/+1
* Add AuditLogChanges.rules_channel/public_updates_channelNadir Chowdhury2021-05-011-0/+2
* Use Asset for AuditLogChanges and add more entriesNadir Chowdhury2021-04-251-5/+55
* Add VoiceChannel.video_quality_modez03h2021-04-171-0/+9
* Permission related fixes for v8Rapptz2021-04-111-3/+4
* First pass at supporting v8 APIRapptz2021-04-111-2/+2
* Add typings for audit logs, integrations, and webhooks Nadir Chowdhury2021-04-101-5/+17
* Use f-strings in more places that were missed.Rapptz2021-04-081-1/+1
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+6
* Modernize code to use f-stringsRapptz2021-04-041-4/+2
* Allow AuditLogEntry to be HashableNadir Chowdhury2021-03-011-1/+19
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-2/+1
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Add new audit log entry types. Fix issue with unknown entry typesJosh B2019-11-261-2/+17
* Improve documentationNCPlayz2019-06-071-1/+1
* Make __repr__ slightly more detailed and add a few missing ones.Rapptz2019-05-261-1/+5
* Improve performance of value -> enum by about 5x.Rapptz2019-04-151-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Fix overwriting of AuditLogDiff.roles for multiple $add/$remove keysRapptz2018-12-311-1/+2
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-251-18/+22
* Add support for AuditLogDiff.slowmode_delay.Rapptz2018-09-251-0/+1
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-5/+5
* Change docstrings to raw-stringsBeatButton2018-09-141-1/+1
* 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