diff --git a/discord/ui/item.py b/discord/ui/item.py index ef02a9756..d79fd9370 100644 --- a/discord/ui/item.py +++ b/discord/ui/item.py @@ -107,7 +107,6 @@ class Item(Generic[V]): @property def width(self) -> int: - """:class:`int`: The width of the item.""" return 1 @property