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 876b84c commit ee1d3c2Copy full SHA for ee1d3c2
interactions/models/discord/sticker.py
@@ -32,6 +32,7 @@ class StickerFormatTypes(IntEnum):
32
PNG = 1
33
APNG = 2
34
LOTTIE = 3
35
+ GIF = 4
36
37
38
@attrs.define(eq=False, order=False, hash=False, kw_only=False)
0 commit comments