From 1a361f4519e5af2ef5c0e3977a95aae55d3d197f Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 6 Aug 2022 14:18:43 -0400 Subject: [PATCH] Document Text in Voice in the migrating documentation Closes #8179 #8064 --- docs/migrating.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/migrating.rst b/docs/migrating.rst index 5f879eb0a..128671d59 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -970,6 +970,16 @@ The library now provides a default logging configuration if using :meth:`Client. For more information, check :doc:`logging`. +Text in Voice +--------------- + +In order to support text in voice functionality, a few changes had to be made: + +- :class:`VoiceChannel` is now :class:`abc.Messageable` so it can have messages sent and received. +- :attr:`Message.channel` can now be :class:`VoiceChannel`. + +In the future this may include :class:`StageChannel` when Discord implements it. + Removal of ``StoreChannel`` -----------------------------