mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix AuditLogDiff.type for integrations
This commit is contained in:
@ -3516,9 +3516,9 @@ AuditLogDiff
|
||||
|
||||
.. attribute:: type
|
||||
|
||||
The type of channel or sticker.
|
||||
The type of channel, sticker or integration.
|
||||
|
||||
:type: Union[:class:`ChannelType`, :class:`StickerType`]
|
||||
:type: Union[:class:`ChannelType`, :class:`StickerType`, :class:`str`]
|
||||
|
||||
.. attribute:: topic
|
||||
|
||||
|
Reference in New Issue
Block a user