Rapptz
97ae6409b0
Add support for burst reactions
2 years ago
Rapptz
f3b26e795f
Fix typo in default_reaction_emoji type
2 years ago
Rapptz
f74eb14d72
Remove owner from TeamMemberRole
2 years ago
Rapptz
60ff239558
Add support for integration_type in audit logs
Currently unsure whether more processing is meant to be done with this,
but for now an Optional[str] is the best I can do without more data.
2 years ago
Rapptz
a756df3d5c
Add support for team membership role
2 years ago
Rapptz
e6a0dc5bc0
Add support for media channels
2 years ago
Soheab_
135e57c81f
Add support for role flags
2 years ago
Soheab_
14faa9bdab
Add support for attachment flags
2 years ago
Rapptz
00ea67d315
Add two new audit log event types
2 years ago
Rapptz
d34a88411d
Fix spelling of DefaultAvatar colour doc strings
2 years ago
Rapptz
eedd7e3014
Add support for new pink default avatars
2 years ago
Andrin S
4e276f59d7
Fix on_socket_raw_send and on_raw_thread_member_remove param types
2 years ago
Andrin S
952558d594
[docs] Add missing attributes to AuditLogDiff
2 years ago
Puncher
a1295868a6
Add support for default_sort_order in ForumChannel
2 years ago
owocado
53ce47534d
Add more missing AuditLogDiff attrs
2 years ago
Flame442
26f49512b5
Fix member_prune extras attribute name
2 years ago
owocado
e4667386ea
Add missing AuditLogDiff attributes for AuditLogAction.guild_update
2 years ago
Rapptz
bd6bbdab00
Add support for stage message types
2 years ago
owocado
d26dbf3a7a
Fix a few typos in the docs
Co-authored-by: o-wo <[email protected] >
2 years ago
o-wo
b19897fce1
Fix AuditLogDiff.type for webhooks
2 years ago
Soheab_
c46f309c13
Add support for member flags
2 years ago
z03h
39f1f84718
Fix AuditLogDiff.type for integrations
2 years ago
Rapptz
469f006d8b
Formally document utils.maybe_coroutine
2 years ago
Zephyrkul
509a5d771f
Fall back to Object for AuditLogEntry.target
Co-authored-by: zephyrkul <[email protected] >
2 years ago
Rapptz
2869d8000d
Add support for on_audit_log_entry_create event
2 years ago
Rapptz
24495e5505
Add support for GIF sticker type
2 years ago
Rapptz
8e52db1f1b
Add new message types to MessageType enum
2 years ago
Rapptz
3d24f0fb12
Add support for role subscription reading
2 years ago
Rapptz
4d8ded95fb
Update description for UserFlags.discord_certified_moderator
2 years ago
Rapptz
cbc46e0973
Add support for ForumChannel.default_layout
2 years ago
Rapptz
3f81984ebb
Document permissions required for automod events
2 years ago
Rapptz
bdeccaf106
Add Locale.indonesian
2 years ago
rdrescher909
799e3c5bf0
Fix Status.invisible description wording
2 years ago
Rapptz
55f272f6e7
Document UserFlags.active_developer
2 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
Rapptz
ab265dcb7c
Add support for newest ForumChannel changes
This adds the following:
- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
3 years ago
Puncher
ee59d9651a
Add missing attributetable to classes
3 years ago
Josh
c2f9e0be43
Add additional audit log types for automod
3 years ago
Rapptz
2bf2bfc9b4
Add utils.setup_logging to help set up logging outside of Client.run
3 years ago
z03h
1097e1d975
Add mention_spam automod trigger and change default values
3 years ago
Rapptz
596f2ca222
Fix time_snowflake not being documented
3 years ago
Rapptz
0ec06f0ac5
Add on_app_command_completion event
Fix #8126
3 years ago
Rapptz
1fa7d7e402
Raise special CommandSyncFailure during sync for better errors
This is parsed from the error to allow for users to better debug
what exactly is causing the issue in sync.
3 years ago
Rapptz
57efb5a5a0
Fix failing tests to use new get_parameter function
3 years ago
Middledot
7d11e2a27c
Remove documentation for on_group_join/leave
3 years ago
Rapptz
76402b00f9
Allow configuring the maximum ratelimit timeout before erroring
This is useful for cases where a rate limit is known to be
extraordinarily high, but you still want to handle the error.
This is common with routes such as emoji creation.
3 years ago
z03h
1aaa32d4bc
Add on_raw_app_command_permissions_update event
3 years ago
z03h
04aeff660b
Add automod types to audit log
3 years ago
z03h
3b5cd3b92c
Fix audit log for multiple app command permission updates
3 years ago
Omkaar
77a7b17265
Fix tiny errors
3 years ago