aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-07-30 23:18:03 -0400
committerRapptz <[email protected]>2021-07-30 23:18:03 -0400
commit655bf25cc8523e6e8694329f4cdd39d4836874f8 (patch)
treed4436b9413bf4627dbb1b15986d0b7c11262218e
parentRename instances of nitro to premium (diff)
downloaddiscord.py-655bf25cc8523e6e8694329f4cdd39d4836874f8.tar.xz
discord.py-655bf25cc8523e6e8694329f4cdd39d4836874f8.zip
Document TypeError raise in lottie sticker
-rw-r--r--discord/sticker.py2
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
-------