diff options
Diffstat (limited to 'discord/abc.py')
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py index db2b634d..2a14c349 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -659,7 +659,7 @@ class GuildChannel: Clones this channel. This creates a channel with the same properties as this channel. - .. versionadded:: 1.1.0 + .. versionadded:: 1.1 Parameters ------------ |