From f153154b7aaec3df6fa01eb525fd518bab63a252 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 9 Jul 2021 09:13:46 -0400 Subject: [PATCH] Undocument Item.width It doesn't serve much of a purpose to users --- discord/ui/item.py | 1 - 1 file changed, 1 deletion(-) 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