Skip to content

Commit

Permalink
added default extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjh-bst committed Feb 10, 2023
1 parent 88a9cd8 commit 5e3ad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def file_extension(self) -> str:
StickerFormatType.lottie: "json",
StickerFormatType.gif: "gif"
}
return lookup.get(self)
return lookup.get(self,"png")


class InviteTarget(Enum):
Expand Down

0 comments on commit 5e3ad3f

Please sign in to comment.