diff options
| author | Rapptz <[email protected]> | 2021-07-09 09:13:46 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-07-09 09:14:01 -0400 |
| commit | f153154b7aaec3df6fa01eb525fd518bab63a252 (patch) | |
| tree | 1309d763e199c7ba95495c9b49649438eb2fff69 /discord | |
| parent | [commands] Get guild_id from message link for message converters (diff) | |
| download | discord.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.py | 1 |
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 |