Add AuditLogChanges.rules_channel/public_updates_channel

This commit is contained in:
Nadir Chowdhury
2021-05-01 11:47:22 +01:00
committed by GitHub
parent b705173676
commit 51df7496db
2 changed files with 26 additions and 0 deletions

View File

@ -2260,6 +2260,30 @@ AuditLogDiff
:type: Union[:class:`TextChannel`, :class:`Object`]
.. attribute:: rules_channel
The guild's rules channel.
If this could not be found then it falls back to a :class:`Object`
with the ID being set.
See :attr:`Guild.rules_channel`.
:type: Union[:class:`TextChannel`, :class:`Object`]
.. attribute:: public_updates_channel
The guild's public updates channel.
If this could not be found then it falls back to a :class:`Object`
with the ID being set.
See :attr:`Guild.public_updates_channel`.
:type: Union[:class:`TextChannel`, :class:`Object`]
.. attribute:: afk_timeout
The guild's AFK timeout. See :attr:`Guild.afk_timeout`.