From a07c66424724f5c150b7da84f644ba9bfa55e267 Mon Sep 17 00:00:00 2001 From: rdrescher909 <51489753+rdrescher909@users.noreply.github.com> Date: Fri, 2 Dec 2022 19:44:29 -0500 Subject: [PATCH] Fix Status.invisible description wording --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 37c0a29c4..bb18836b4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2041,7 +2041,7 @@ of :class:`enum.Enum`. .. 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.