aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/channel.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/discord/channel.py b/discord/channel.py
index 2eb7b88b..385f91c2 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -772,6 +772,11 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable):
To mark the category as NSFW or not.
reason: Optional[:class:`str`]
The reason for editing this category. Shows up on the audit log.
+ overwrites: :class:`dict`
+ A :class:`dict` of target (either a role or a member) to
+ :class:`PermissionOverwrite` to apply to the channel.
+
+ .. versionadded:: 1.3.0
Raises
------