mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 15:06:07 +00:00
Fix improper class in audit log docs
This commit is contained in:
parent
973bb5089f
commit
2f8b2624f1
@ -2418,7 +2418,7 @@ of :class:`enum.Enum`.
|
||||
When this is the action, the type of :attr:`~AuditLogEntry.extra` is
|
||||
set to an unspecified proxy object with two attributes:
|
||||
|
||||
- ``channel``: A :class:`TextChannel` or :class:`Object` with the channel ID where the members were moved.
|
||||
- ``channel``: An :class:`abc.Connectable` or :class:`Object` with the channel ID where the members were moved.
|
||||
- ``count``: An integer specifying how many members were moved.
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user