mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 16:24:14 +00:00
fix AttributeError in Sticker.image
This commit is contained in:
parent
c786a85a9b
commit
cbbd31cc9f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user