mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Document Text in Voice in the migrating documentation
Closes #8179 #8064
This commit is contained in:
parent
1787867320
commit
1a361f4519
@ -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``
|
||||
-----------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user