Browse Source

fix AttributeError in Sticker.image

pull/6823/head
Nadir Chowdhury 4 years ago
committed by GitHub
parent
commit
cbbd31cc9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/sticker.py

2
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)

Loading…
Cancel
Save