diff options
| author | Rapptz <[email protected]> | 2017-07-31 21:30:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-07-31 21:32:12 -0400 |
| commit | 3dc11956376a6be9db280d09e318a7c2749a0961 (patch) | |
| tree | d8441a3dfaca64c69caace5768f9d9ff766cb353 /docs/migrating.rst | |
| parent | Fix AsyncIterator documentation to properly show coroutines. (diff) | |
| download | discord.py-3dc11956376a6be9db280d09e318a7c2749a0961.tar.xz discord.py-3dc11956376a6be9db280d09e318a7c2749a0961.zip | |
Remove Guild.default_channel
The concept no longer exists.
Diffstat (limited to 'docs/migrating.rst')
| -rw-r--r-- | docs/migrating.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst index 9536bbd4..74d969ae 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -337,6 +337,11 @@ They will be enumerated here. - There is no replacement for this one. This functionality is deprecated API wise. +- ``Guild.default_channel`` / ``Server.default_channel`` + + - The concept of a default channel was removed from Discord. + See `#329 <https://github.com/hammerandchisel/discord-api-docs/pull/329>`_. + - ``Message.edited_timestamp`` - Use :attr:`Message.edited_at` instead. |