Skip to content

Commit

Permalink
fix AttributeError in Sticker.image
Browse files Browse the repository at this point in the history
  • Loading branch information
NCPlayz committed Apr 29, 2021
1 parent c786a85 commit cbbd31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/sticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ def image(self):
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)

0 comments on commit cbbd31c

Please sign in to comment.