Remove Guild.default_channel

The concept no longer exists.
This commit is contained in:
Rapptz
2017-07-31 21:30:35 -04:00
parent 9cfa39a1c7
commit 3dc1195637
2 changed files with 12 additions and 7 deletions

View File

@ -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.