Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions discord/collectibles.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class Nameplate:

Attributes
----------
sku_id: int
The SKU ID of the nameplate.
palette: str
The color palette of the nameplate.
sku_id: :class:`int`
The SKU ID of the nameplate.
palette: :class:`str`
The color palette of the nameplate.
"""

def __init__(self, data: NameplatePayload, state: "ConnectionState") -> None:
Expand Down
Loading