From e42ad50f99058079ef92b3a9aae6a8e2f2a20018 Mon Sep 17 00:00:00 2001 From: Deniz Date: Sun, 9 Feb 2020 21:05:02 +0100 Subject: [PATCH] Add discord.ChannelType.category to documentation --- docs/api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 11ff76dc6..d1c6f8c30 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -816,6 +816,9 @@ of :class:`enum.Enum`. .. attribute:: group A private group text channel. + .. attribute:: category + + A category channel. .. attribute:: news A guild news channel.