mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
Begin working on gateway v6 changes.
The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing.
This commit is contained in:
@ -391,6 +391,12 @@ All enumerations are subclasses of `enum`_.
|
||||
.. attribute:: voice
|
||||
|
||||
A voice channel.
|
||||
.. attribute:: private
|
||||
|
||||
A private text channel. Also called a direct message.
|
||||
.. attribute:: group
|
||||
|
||||
A private group text channel.
|
||||
|
||||
.. class:: ServerRegion
|
||||
|
||||
|
Reference in New Issue
Block a user