diff --git a/discord/ui/label.py b/discord/ui/label.py index cb93cd0d1..f9313f53f 100644 --- a/discord/ui/label.py +++ b/discord/ui/label.py @@ -139,3 +139,8 @@ class Label(Item[V]): def is_dispatchable(self) -> bool: return False + + @property + def _total_count(self) -> int: + # Count the component and ourselves + return 2