aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-07-09 09:13:46 -0400
committerRapptz <[email protected]>2021-07-09 09:14:01 -0400
commitf153154b7aaec3df6fa01eb525fd518bab63a252 (patch)
tree1309d763e199c7ba95495c9b49649438eb2fff69 /discord
parent[commands] Get guild_id from message link for message converters (diff)
downloaddiscord.py-f153154b7aaec3df6fa01eb525fd518bab63a252.tar.xz
discord.py-f153154b7aaec3df6fa01eb525fd518bab63a252.zip
Undocument Item.width
It doesn't serve much of a purpose to users
Diffstat (limited to 'discord')
-rw-r--r--discord/ui/item.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/ui/item.py b/discord/ui/item.py
index ef02a975..d79fd937 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