From 655bf25cc8523e6e8694329f4cdd39d4836874f8 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 30 Jul 2021 23:18:03 -0400 Subject: [PATCH] Document TypeError raise in lottie sticker --- discord/sticker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/sticker.py b/discord/sticker.py index b7dc4b9fb..f25b880c5 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 -------