Add missing AuditLogDiff attributes for AuditLogAction.guild_update

This commit is contained in:
owocado 2023-02-28 19:30:33 +05:30 committed by GitHub
parent a5a93a85bc
commit e4667386ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1975,6 +1975,8 @@ of :class:`enum.Enum`.
- :attr:`~AuditLogDiff.verification_level`
- :attr:`~AuditLogDiff.widget_channel`
- :attr:`~AuditLogDiff.widget_enabled`
- :attr:`~AuditLogDiff.premium_progress_bar_enabled`
- :attr:`~AuditLogDiff.system_channel_flags`
.. attribute:: channel_create
@ -3937,6 +3939,20 @@ AuditLogDiff
:type: List[:class:`abc.GuildChannel`, :class:`Thread`, :class:`Object`]
.. attribute:: premium_progress_bar_enabled
The guilds display setting to show boost progress sidebar
:type: :class:`bool`
.. attribute:: system_channel_flags
The guilds system channel settings.
See also :attr:`Guild.system_channel_flags`
:type: :class:`SystemChannelFlags`
.. this is currently missing the following keys: reason and application_id
I'm not sure how to port these