Skip to content

Commit

Permalink
Fix StickerItemData superclass and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed Mar 6, 2022
1 parent 6585189 commit be612ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discord_typings/resources/sticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class StickerItemBase(TypedDict):


@final
class StickerItemData(TypedDict):
class StickerItemData(StickerItemBase):
pass


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "discord-typings"
version = "0.3.0"
version = "0.3.1"
description = "Maintained typings of payloads that Discord sends"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.7"
Expand Down

0 comments on commit be612ef

Please sign in to comment.