From 9be00b41b38efa1a3a669be2656cb15664dad153 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Sun, 24 Aug 2025 17:36:09 +0200 Subject: [PATCH] palette is optional --- discord/collectible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/collectible.py b/discord/collectible.py index 537ac4874..de18cf843 100644 --- a/discord/collectible.py +++ b/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`.