Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
78 changed files with 2555 additions and 2135 deletions
Showing only changes of commit 56faa98e4b - Show all commits

View File

@ -114,7 +114,7 @@ class Attachment(Hashable):
content_type: Optional[:class:`str`]
The attachment's `media type <https://en.wikipedia.org/wiki/Media_type>`_
.. versionadded: 1.7
.. versionadded:: 1.7
"""
__slots__ = ('id', 'size', 'height', 'width', 'filename', 'url', 'proxy_url', '_http', 'content_type')