From 6332b16852fb2b2c6c987fa77663167d92a88210 Mon Sep 17 00:00:00 2001 From: dolfies Date: Mon, 6 Mar 2023 18:32:15 -0500 Subject: [PATCH] Fix ClientType documentation --- docs/api.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 3b873ba10..822823d15 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -4757,23 +4757,27 @@ of :class:`enum.Enum`. The user has an Xbox Live connection. -.. class:: ConnectionLinkType +.. class:: ClientType - Represents the type of two-way link a Discord connection has. + Represents a type of Discord client. .. versionadded:: 2.0 .. attribute:: web - The connection is linked via web. + Represents the web client. .. attribute:: mobile - The connection is linked via mobile. + Represents a mobile client. .. attribute:: desktop - The connection is linked via desktop. + Represents a desktop client. + + .. attribute:: unknown + + Represents an unknown client. .. class:: GiftStyle