Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|