diff --git a/discord/sticker.py b/discord/sticker.py index 8a1e4518d..c93ac7630 100644 --- a/discord/sticker.py +++ b/discord/sticker.py @@ -107,4 +107,4 @@ class Sticker(Hashable): if self.format is StickerType.lottie: return None - return Asset._from_sticker_url(self._state, self.id, self._image) + return Asset._from_sticker(self._state, self.id, self._image)