diff options
| author | AkshuAgarwal <[email protected]> | 2021-08-18 04:45:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-18 00:45:02 -0400 |
| commit | 6b6bcb92e610b4e3a2b3178c1f48fa7871b281e4 (patch) | |
| tree | 874e96c1c4115235de70970d8b998c510e29fc38 /discord/channel.py | |
| parent | Add other message types exclusions to Message.is_system (diff) | |
| download | discord.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.py | 2 |
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 |