Browse Source

palette is optional

pull/10277/head
Soheab_ 7 days ago
parent
commit
9be00b41b3
  1. 2
      discord/collectible.py

2
discord/collectible.py

@ -53,7 +53,7 @@ class Collectible:
----------
label: :class:`str`
The label of the collectible.
palette: :class:`NameplatePalette`
palette: Optional[:class:`NameplatePalette`]
The palette of the collectible.
This is only available if ``type`` is
:class:`CollectibleType.nameplate`.

Loading…
Cancel
Save