Browse Source

Fix improper class in audit log docs

pull/10127/head
Leonardo 4 weeks ago
committed by GitHub
parent
commit
2f8b2624f1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/api.rst

2
docs/api.rst

@ -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…
Cancel
Save