aboutsummaryrefslogtreecommitdiff
path: root/discord/appinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove manual documentation for AppInfoRapptz2019-04-081-3/+4
|
* Redesign asset retrieval in the library.NCPlayz2019-04-061-0/+73
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