mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
Undocument Item.width
It doesn't serve much of a purpose to users
This commit is contained in:
@ -107,7 +107,6 @@ class Item(Generic[V]):
|
||||
|
||||
@property
|
||||
def width(self) -> int:
|
||||
""":class:`int`: The width of the item."""
|
||||
return 1
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user