aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.rst
diff options
context:
space:
mode:
authorSinisterRectus <[email protected]>2017-08-07 10:08:13 -0400
committerRapptz <[email protected]>2017-08-08 17:31:09 -0400
commit8acf3d01ce0bc6e049018e9b2955b414f49923d9 (patch)
tree3501725f4ada1255349c65d45fc7f78a50d419d5 /docs/migrating.rst
parentAdd documentation examples for AsyncIterator and change_presence. (diff)
downloaddiscord.py-8acf3d01ce0bc6e049018e9b2955b414f49923d9.tar.xz
discord.py-8acf3d01ce0bc6e049018e9b2955b414f49923d9.zip
Remove GuildChannel.is_default
Diffstat (limited to 'docs/migrating.rst')
-rw-r--r--docs/migrating.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst
index e8dcd36b..9cdd17c3 100644
--- a/docs/migrating.rst
+++ b/docs/migrating.rst
@@ -207,7 +207,6 @@ In order to be a bit more consistent, certain things that were properties were c
The following are now methods instead of properties (requires parentheses):
-- :meth:`TextChannel.is_default`
- :meth:`Role.is_default`
- :meth:`Client.is_ready`
- :meth:`Client.is_closed`
@@ -337,7 +336,7 @@ They will be enumerated here.
- There is no replacement for this one. This functionality is deprecated API wise.
-- ``Guild.default_channel`` / ``Server.default_channel``
+- ``Guild.default_channel`` / ``Server.default_channel`` and ``Channel.is_default``
- The concept of a default channel was removed from Discord.
See `#329 <https://github.com/hammerandchisel/discord-api-docs/pull/329>`_.