Andrin
34bf026a02
Add support for get sticker pack
7 months ago
Gaurav
7cf6df166d
Fix url for GIF StickerItem
7 months ago
Andrin
1c6f3c5ff1
[docs] Remove pack_id attribute from Sticker
[docs] Remove unnecessary pack_id
7 months ago
owocado
61eddfcb18
Fix sticker URL for GIF stickers
1 year ago
Vish M
ab287e71b8
Fix 'available' KeyError for GuildSticker
Co-authored-by: Danny <[email protected] >
2 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
Harshal Laheri
20d3871290
Add return type hint for some functions
3 years ago
Josh
d600436378
[types] Use PEP-655 style Required/NotRequired types
3 years ago
jack1142
5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
Josh
3ce00abeae
Fix some type-check errors
3 years ago
Sebastian Law
3c6281ce33
Set attributes of StickerPack as Optional
3 years ago
Rapptz
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
3 years ago
Rapptz
769db38401
Fix typing error in sticker edit
4 years ago
Rapptz
490bbffc93
Remove in-place edits and return fresh instances instead
Fixes #4098
4 years ago
Rapptz
655bf25cc8
Document TypeError raise in lottie sticker
4 years ago
Rapptz
6beef898c6
Rename instances of nitro to premium
4 years ago
Nadir Chowdhury
60d82cf908
implement guild stickers
4 years ago
Rapptz
f27e2e073f
Fix crash involving stickers
4 years ago
Rapptz
7e1f8bf1b4
Typehint Sticker
4 years ago
Nadir Chowdhury
cbbd31cc9f
fix AttributeError in Sticker.image
4 years ago
Rapptz
9eaf1e85e4
Rewrite Asset design
This is a breaking change.
This does the following transformations, assuming `asset` represents
an asset type.
Object.is_asset_animated() => Object.asset.is_animated()
Object.asset => Object.asset.key
Object.asset_url => Object.asset_url
Object.asset_url_as => Object.asset.replace(...)
Since the asset type now requires a key (or hash, if you will),
Emoji had to be flattened similar to how Attachment was done since
these assets are keyed solely ID.
Emoji.url (Asset) => Emoji.url (str)
Emoji.url_as => removed
Emoji.url.read => Emoji.read
Emoji.url.save => Emoji.save
This transformation was also done to PartialEmoji.
4 years ago
Nadir Chowdhury
b610998491
Remove Sticker.preview_image
4 years ago
NoName
74f92387ac
Add periods to sticker docs
4 years ago
Rapptz
99fc950510
Use f-strings in more places that were missed.
4 years ago
Nadir Chowdhury
89456022cf
Add `__all__` to remaining modules
4 years ago
Rapptz
ff7094ce96
Convert datetimes to aware datetimes with UTC.
Naive datetimes will now be interpreted as local time throughout
the library.
4 years ago
Rapptz
9d39b135f4
Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
4 years ago
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Rapptz
5bad633987
Fix preview_asset key name in Sticker
4 years ago
Rapptz
c8954906cb
Sticker implementation cleanup
4 years ago
Zomatree
344cb96c5d
Add sticker support
4 years ago