Fix Status.invisible description wording

This commit is contained in:
rdrescher909 2022-12-02 19:44:29 -05:00 committed by GitHub
parent ec9089cf0a
commit 799e3c5bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1857,7 +1857,7 @@ of :class:`enum.Enum`.
An alias for :attr:`dnd`.
.. attribute:: invisible
The member is "invisible". In reality, this is only used in sending
The member is "invisible". In reality, this is only used when sending
a presence a la :meth:`Client.change_presence`. When you receive a
user's presence this will be :attr:`offline` instead.