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.
Nameplate
1 parent 15e55c8 commit a383590Copy full SHA for a383590
discord/collectibles.py
@@ -39,10 +39,10 @@ class Nameplate:
39
40
Attributes
41
----------
42
- sku_id: int
43
- The SKU ID of the nameplate.
44
- palette: str
45
- 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.
46
"""
47
48
def __init__(self, data: NameplatePayload, state: "ConnectionState") -> None:
0 commit comments