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