diff options
| author | Rapptz <[email protected]> | 2021-07-30 23:18:03 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-07-30 23:18:03 -0400 |
| commit | 655bf25cc8523e6e8694329f4cdd39d4836874f8 (patch) | |
| tree | d4436b9413bf4627dbb1b15986d0b7c11262218e | |
| parent | Rename instances of nitro to premium (diff) | |
| download | discord.py-655bf25cc8523e6e8694329f4cdd39d4836874f8.tar.xz discord.py-655bf25cc8523e6e8694329f4cdd39d4836874f8.zip | |
Document TypeError raise in lottie sticker
| -rw-r--r-- | discord/sticker.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/sticker.py b/discord/sticker.py index b7dc4b9f..f25b880c 100644 --- a/discord/sticker.py +++ b/discord/sticker.py @@ -152,6 +152,8 @@ class _StickerTag(Hashable, AssetMixin): Downloading the asset failed. NotFound The asset was deleted. + TypeError + The sticker is a lottie type. Returns ------- |