Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
77 changed files with 2555 additions and 2121 deletions
Showing only changes of commit 0d1cf57f62 - Show all commits

View File

@ -81,6 +81,8 @@ class Embed:
type: :class:`str`
The type of embed. Usually "rich".
This can be set during initialisation.
Possible strings for embed types can be found on discord's
`api docs <https://discord.com/developers/docs/resources/channel#embed-object-embed-types>`_
description: :class:`str`
The description of the embed.
This can be set during initialisation.