diff options
| author | Deniz <[email protected]> | 2020-02-09 21:05:02 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-02-16 21:52:20 -0500 |
| commit | e42ad50f99058079ef92b3a9aae6a8e2f2a20018 (patch) | |
| tree | 4a64f85f7c1cb13f7954ae88840aebb7e3dc3e2e /docs/api.rst | |
| parent | [commands] Raise when passing invalid permission keys in their checks (diff) | |
| download | discord.py-e42ad50f99058079ef92b3a9aae6a8e2f2a20018.tar.xz discord.py-e42ad50f99058079ef92b3a9aae6a8e2f2a20018.zip | |
Add discord.ChannelType.category to documentation
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 11ff76dc..d1c6f8c3 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. |