aboutsummaryrefslogtreecommitdiff
path: root/discord/sticker.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typing error in sticker editRapptz2021-08-231-2/+3
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-4/+8
* Document TypeError raise in lottie stickerRapptz2021-07-301-0/+2
* Rename instances of nitro to premiumRapptz2021-07-301-2/+2
* implement guild stickersNadir Chowdhury2021-07-301-30/+426
* Fix crash involving stickersRapptz2021-06-121-1/+1
* Typehint StickerRapptz2021-05-291-13/+23
* fix AttributeError in Sticker.imageNadir Chowdhury2021-04-291-1/+1
* Rewrite Asset designRapptz2021-04-161-31/+4
* Remove Sticker.preview_imageNadir Chowdhury2021-04-161-5/+1
* Add periods to sticker docsNoName2021-04-161-13/+13
* Use f-strings in more places that were missed.Rapptz2021-04-081-1/+1
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+4
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-1/+1
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* 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