index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
audit_logs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement guild stickers
Nadir Chowdhury
2021-07-30
1
-8
/
+19
*
Add audit log events for threads
Nadir Chowdhury
2021-07-28
1
-4
/
+14
*
Fix Permission serialisation in audit logs
Rapptz
2021-07-04
1
-2
/
+2
*
Add audit log entries for stage instances
Nadir Chowdhury
2021-06-09
1
-34
/
+30
*
update types subpackage with latest docs
Nadir Chowdhury
2021-06-07
1
-2
/
+2
*
Typehint audit_logs.py
James
2021-06-02
1
-74
/
+123
*
Refactor and type hint invites
Rapptz
2021-05-29
1
-3
/
+1
*
Add AuditLogChanges.rules_channel/public_updates_channel
Nadir Chowdhury
2021-05-01
1
-0
/
+2
*
Use Asset for AuditLogChanges and add more entries
Nadir Chowdhury
2021-04-25
1
-5
/
+55
*
Add VoiceChannel.video_quality_mode
z03h
2021-04-17
1
-0
/
+9
*
Permission related fixes for v8
Rapptz
2021-04-11
1
-3
/
+4
*
First pass at supporting v8 API
Rapptz
2021-04-11
1
-2
/
+2
*
Add typings for audit logs, integrations, and webhooks
Nadir Chowdhury
2021-04-10
1
-5
/
+17
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-1
/
+1
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+6
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-4
/
+2
*
Allow AuditLogEntry to be Hashable
Nadir Chowdhury
2021-03-01
1
-1
/
+19
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-2
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Add new audit log entry types. Fix issue with unknown entry types
Josh B
2019-11-26
1
-2
/
+17
*
Improve documentation
NCPlayz
2019-06-07
1
-1
/
+1
*
Make __repr__ slightly more detailed and add a few missing ones.
Rapptz
2019-05-26
1
-1
/
+5
*
Improve performance of value -> enum by about 5x.
Rapptz
2019-04-15
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Fix overwriting of AuditLogDiff.roles for multiple $add/$remove keys
Rapptz
2018-12-31
1
-1
/
+2
*
Add support for default notification level in audit logs and Guild.edit
Rapptz
2018-11-25
1
-18
/
+22
*
Add support for AuditLogDiff.slowmode_delay.
Rapptz
2018-09-25
1
-0
/
+1
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-5
/
+5
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-1
/
+1
*
Add intersphinx
Tobotimus
2018-01-06
1
-2
/
+2
*
Add support for Guild.system_channel
Rapptz
2017-08-17
1
-0
/
+1
*
Fix cases where user_id can be None in audit logs.
Rapptz
2017-08-15
1
-1
/
+1
*
Fix AuditLogDiff.__iter__ to return an actual iterable.
Rapptz
2017-06-04
1
-1
/
+1
*
Don't assume the inviter is always there.
Rapptz
2017-05-31
1
-1
/
+4
*
Only set the attribute if it isn't None.
Rapptz
2017-05-10
1
-1
/
+3
*
Make AuditLogDiff.roles an empty list instead of None.
Rapptz
2017-05-07
1
-1
/
+1
*
Fix NameError when making things Object in audit logs.
Rapptz
2017-05-07
1
-2
/
+2
*
Audit log role add and removes are lists, not single item.
Rapptz
2017-05-06
1
-10
/
+15
*
Add support for message delete audit log action type.
Rapptz
2017-05-04
1
-0
/
+10
*
Changed audit_log to audit_logs in documentation
Twentysix
2017-04-30
1
-1
/
+1
*
Implement audit logs.
Rapptz
2017-04-30
1
-0
/
+319