Skip to content

Commit 2294d0a

Browse files
fix: Remove stale sticker-type todo (#3121)
Co-authored-by: Paillat <paillat@pycord.dev>
1 parent 116fa18 commit 2294d0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

discord/enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ def file_extension(self) -> str:
667667
StickerFormatType.lottie: "json",
668668
StickerFormatType.gif: "gif",
669669
}
670-
# TODO: Improve handling of unknown sticker format types if possible
671670
return lookup.get(self, "png")
672671

673672

0 commit comments

Comments
 (0)