Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Daggy1234
13bba3afc2
Add Emoji.url_as
4 years ago
Zomatree
344cb96c5d
Add sticker support
4 years ago
SebbyLaw
2e2560126f
Implement icon_rl_as and cover_image_url_as for AppInfo
5 years ago
Rapptz
02397306b2
Drop superfluous zero in version related changes in the documentation
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
Zomatree
4b826a894c
removed parameter section in Asset.read
5 years ago
Devon R
bf9b9c5879
Adjust BASE urls to have no trailing slash (consistency)
5 years ago
Devon R
f5ebf42e1f
Return invites as https, various URL normalization
5 years ago
fourjr
3961e7ef6d
Support team members data in application info
6 years ago
Rapptz
7543328fe7
Update Sphinx to 2.1.2
6 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
9674055c2a
Add support for animated guild icons.
6 years ago
slice
d80d4145b1
Add Asset.read() to retrieve assets into bytes objects
6 years ago
Rapptz
7c091282ce
Add equality comparisons between two assets and hashing an asset.
6 years ago
Rapptz
407d18a30d
Fix various bugs with Asset._url None handling.
6 years ago
NCPlayz
be227ebcf0
Redesign asset retrieval in the library.
Most assets now return a new class named `Asset`. This allows for the
assets to be consistently saved via a `save` method instead of special
casing for `Attachment`.
`AppInfo` is no longer a namedtuple it is a fully documented dataclass,
as well as having the state attached to it.
Fixes #1997
6 years ago