aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-08-27 04:06:27 -0400
committerRapptz <[email protected]>2019-08-27 04:06:27 -0400
commit3dc9f40be756fb953374ea2e2bdf90d5a176ef18 (patch)
tree961083de16ebec24c4d023e6bbd83fccfc9a1f82
parentchange game playing to activity (diff)
downloaddiscord.py-3dc9f40be756fb953374ea2e2bdf90d5a176ef18.tar.xz
discord.py-3dc9f40be756fb953374ea2e2bdf90d5a176ef18.zip
Add versionadded string to GuildChannel.permissions_synced
-rw-r--r--discord/abc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py
index b150b025..6f4a4b8b 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -392,6 +392,8 @@ class GuildChannel:
category it belongs to.
If there is no category then this is ``False``.
+
+ .. versionadded:: 1.3
"""
category = self.guild.get_channel(self.category_id)
return category and category._overwrites == self._overwrites