aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/migrating.rst5
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.