aboutsummaryrefslogtreecommitdiff
path: root/discord/sticker.py
Commit message (Collapse)AuthorAgeFilesLines
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
|
* Fix preview_asset key name in StickerRapptz2020-11-231-1/+1
|
* Sticker implementation cleanupRapptz2020-11-231-5/+10
|
* Add sticker supportZomatree2020-11-231-0/+134