Skip to content

Commit ee1d3c2

Browse files
committed
feat: add gif sticker type
1 parent 876b84c commit ee1d3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/models/discord/sticker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class StickerFormatTypes(IntEnum):
3232
PNG = 1
3333
APNG = 2
3434
LOTTIE = 3
35+
GIF = 4
3536

3637

3738
@attrs.define(eq=False, order=False, hash=False, kw_only=False)

0 commit comments

Comments
 (0)