Skip to content

Commit

Permalink
docs: Update ShowcaseCharacter docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Feb 2, 2024
1 parent 66dc56c commit 245e8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enka/models/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ class ShowcaseCharacter(BaseModel):
level: :class:`int`
The character's level.
costume_id: Optional[:class:`int`]
The character's costume's ID.
The character's costume's ID, if any.
costuime_icon: Optional[:class:`Icon`]
The character's costume's icon, if any.
"""

id: int = Field(alias="avatarId")
Expand Down

0 comments on commit 245e8ca

Please sign in to comment.