aboutsummaryrefslogtreecommitdiff
path: root/discord/widget.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
| | | | Closes #2510
* Expose _ActivityTag as BaseActivity to easily refer to.Rapptz2020-01-141-1/+1
|
* Document that widget members may be incomplete.Rapptz2019-12-291-0/+8
| | | | See https://github.com/discordapp/discord-api-docs/issues/1287
* Improve documentationNCPlayz2019-06-071-2/+2
|
* Fix attribute error in Widget.__repr__Rapptz2019-04-131-1/+1
|
* Redesign asset retrieval in the library.NCPlayz2019-04-061-2/+0
| | | | | | | | | | | 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
* Some widget fixes.Rapptz2019-03-191-7/+15
|
* Add support for guild widgetNCPlayz2019-03-191-0/+244