We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116fa18 commit 2294d0aCopy full SHA for 2294d0a
1 file changed
discord/enums.py
@@ -667,7 +667,6 @@ def file_extension(self) -> str:
667
StickerFormatType.lottie: "json",
668
StickerFormatType.gif: "gif",
669
}
670
- # TODO: Improve handling of unknown sticker format types if possible
671
return lookup.get(self, "png")
672
673
0 commit comments