aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
diff options
context:
space:
mode:
authorAkshuAgarwal <[email protected]>2021-08-18 04:45:02 +0000
committerGitHub <[email protected]>2021-08-18 00:45:02 -0400
commit6b6bcb92e610b4e3a2b3178c1f48fa7871b281e4 (patch)
tree874e96c1c4115235de70970d8b998c510e29fc38 /discord/channel.py
parentAdd other message types exclusions to Message.is_system (diff)
downloaddiscord.py-6b6bcb92e610b4e3a2b3178c1f48fa7871b281e4.tar.xz
discord.py-6b6bcb92e610b4e3a2b3178c1f48fa7871b281e4.zip
Fix missing or broken versionadded in docstrings
This also documents BadFlagArgument.flag
Diffstat (limited to 'discord/channel.py')
-rw-r--r--discord/channel.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/channel.py b/discord/channel.py
index c859103a..ffb11ffc 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -785,6 +785,8 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
This includes both private and public threads.
+ .. versionadded:: 2.0
+
Raises
------
HTTPException